mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-11 15:35:13 +00:00
examples/serialrx/serialrx_main.c: Appease nxstyle
This commit is contained in:
parent
6d2bba1004
commit
575063150d
1 changed files with 2 additions and 1 deletions
|
|
@ -175,12 +175,13 @@ int main(int argc, FAR char *argv[])
|
|||
}
|
||||
|
||||
fflush(stdout);
|
||||
#endif /*Kamal*/
|
||||
#endif /* Kamal */
|
||||
cnt += n;
|
||||
}
|
||||
|
||||
UNUSED(eof);
|
||||
}
|
||||
|
||||
#ifdef CONFIG_EXAMPLES_SERIALRX_PRINTHYPHEN
|
||||
printf("\n");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue