sakumisu 1 éve
szülő
commit
af792eabab
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      osal/usb_osal_nuttx.c

+ 1 - 1
osal/usb_osal_nuttx.c

@@ -32,7 +32,7 @@
 #include <nuttx/signal.h>
 #include <nuttx/signal.h>
 
 
 #if 1
 #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
 #endif
 
 
 struct mq_adpt {
 struct mq_adpt {