mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
nshlib: Fix nxstyle warning
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -177,7 +177,7 @@ int main(int argc, FAR char *argv[])
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NSH_CONSOLE
|
||||
/* If the serial console front end is selected, then run it on this thread */
|
||||
/* If the serial console front end is selected, run it on this thread */
|
||||
|
||||
ret = nsh_consolemain(0, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user