diff options
Diffstat (limited to 'platform/rtthread')
| -rw-r--r-- | platform/rtthread/usbh_lwip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/rtthread/usbh_lwip.c b/platform/rtthread/usbh_lwip.c index 43970555..34dc3850 100644 --- a/platform/rtthread/usbh_lwip.c +++ b/platform/rtthread/usbh_lwip.c @@ -45,7 +45,7 @@ #endif #if RT_LWIP_TCPTHREAD_STACKSIZE < 2048 -#error "RT_LWIP_TCPTHREAD_STACKSIZE must be >= 2048" +#error RT_LWIP_TCPTHREAD_STACKSIZE must be >= 2048 #endif // #define CONFIG_USBHOST_PLATFORM_CDC_ECM |
