mirror of
https://github.com/sakumisu/CherryUSB.git
synced 2025-05-09 00:21:44 +08:00
fix typo
This commit is contained in:
parent
3be08d16f7
commit
af792eabab
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user