We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20e312 commit f1a1434Copy full SHA for f1a1434
platform/none/usbh_lwip.c
@@ -27,7 +27,7 @@
27
#endif
28
29
#if TCPIP_THREAD_STACKSIZE < 1024
30
-#error "TCPIP_THREAD_STACKSIZE must be >= 1024"
+#error TCPIP_THREAD_STACKSIZE must be >= 1024
31
32
33
// #define CONFIG_USBHOST_PLATFORM_CDC_ECM
platform/rtthread/usbh_lwip.c
@@ -45,7 +45,7 @@
45
46
47
#if RT_LWIP_TCPTHREAD_STACKSIZE < 2048
48
-#error "RT_LWIP_TCPTHREAD_STACKSIZE must be >= 2048"
+#error RT_LWIP_TCPTHREAD_STACKSIZE must be >= 2048
49
50
51
0 commit comments