mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 21:41:18 +08:00
Costmetic changes -- spacing, comments.
This commit is contained in:
@@ -64,7 +64,7 @@ static const char s[] = "abcdefghijklmnopqrstuvwxyz";
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* serloop_main
|
* serialblaster_main
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_BUILD_KERNEL
|
#ifdef CONFIG_BUILD_KERNEL
|
||||||
|
@@ -66,7 +66,7 @@ static int count = 0;
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* serloop_main
|
* serialrx_main
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_BUILD_KERNEL
|
#ifdef CONFIG_BUILD_KERNEL
|
||||||
|
@@ -79,6 +79,7 @@ int serloop_main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
ch = '.';
|
ch = '.';
|
||||||
}
|
}
|
||||||
|
|
||||||
putchar(ch);
|
putchar(ch);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
@@ -96,6 +97,7 @@ int serloop_main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
ch = '.';
|
ch = '.';
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = write(1, &ch, 1);
|
ret = write(1, &ch, 1);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user