From e1aa49e08669870be377306e4d28a5c229e23008 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Sun, 12 May 2024 19:06:20 +0800 Subject: fix typo --- third_party/rt-thread-5.0/usb_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1