diff options
| -rw-r--r-- | third_party/rt-thread-5.0/usb_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/rt-thread-5.0/usb_check.c b/third_party/rt-thread-5.0/usb_check.c index 89ce3e97..13d178fb 100644 --- a/third_party/rt-thread-5.0/usb_check.c +++ b/third_party/rt-thread-5.0/usb_check.c @@ -23,7 +23,7 @@ #endif #ifndef LWIP_NO_RX_THREAD -#error must enable LWIP_NO_TX_THREAD, we do not use rtthread eth rx thread +#error must enable LWIP_NO_RX_THREAD, we do not use rtthread eth rx thread #endif #if LWIP_TCPIP_CORE_LOCKING_INPUT !=1 |
