mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 12:55:43 +08:00
nshlib: Fix nxstyle warning
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -47,8 +47,9 @@
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
/* If a USB device is selected for the NSH console then we need to handle some
|
||||
* special start-up conditions.
|
||||
|
||||
/* If a USB device is selected for the NSH console then we need to handle
|
||||
* some special start-up conditions.
|
||||
*/
|
||||
|
||||
#undef HAVE_USB_CONSOLE
|
||||
@@ -138,7 +139,7 @@ void nsh_initialize(void);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int nsh_consolemain(int argc, char *argv[]);
|
||||
int nsh_consolemain(int argc, FAR char *argv[]);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: nsh_telnetstart
|
||||
@@ -226,7 +227,7 @@ int platform_user_verify(FAR const char *username, FAR const char *password);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int nsh_system(int argc, char *argv[]);
|
||||
int nsh_system(int argc, FAR char *argv[]);
|
||||
|
||||
#undef EXTERN
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user