summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--osal/usb_osal_nuttx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osal/usb_osal_nuttx.c b/osal/usb_osal_nuttx.c
index 2dcc5264..1e318344 100644
--- a/osal/usb_osal_nuttx.c
+++ b/osal/usb_osal_nuttx.c
@@ -32,7 +32,7 @@
#include <nuttx/signal.h>
#if 1
-#error please modfiy all thread param(void *argument) with (char argc, char *argv), and argument = ((uintptr_t)strtoul(argv[1], NULL, 16));
+#error please modfiy all thread param (void *argument) with (int argc, char **argv), and argument = ((uintptr_t)strtoul(argv[1], NULL, 16));
#endif
struct mq_adpt {