summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-05-12 19:06:20 +0800
committersakumisu <[email protected]>2024-05-12 20:47:34 +0800
commite1aa49e08669870be377306e4d28a5c229e23008 (patch)
treebc2245c141ff1877c7c3056b89a016b3276b2682
parentfabeebd4c5d9c8ffdbad6b6764735ca8c8b37520 (diff)
fix typo
-rw-r--r--third_party/rt-thread-5.0/usb_check.c2
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