nshlib: Fix nxstyle warning

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-04-17 11:45:51 +08:00
committed by patacongo
parent de8a56d149
commit 650b58d6b2
13 changed files with 99 additions and 75 deletions

View File

@@ -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);