chore(platform/usbh_lwip): remove Double quotation marks
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#endif
|
||||
|
||||
#if TCPIP_THREAD_STACKSIZE < 1024
|
||||
#error "TCPIP_THREAD_STACKSIZE must be >= 1024"
|
||||
#error TCPIP_THREAD_STACKSIZE must be >= 1024
|
||||
#endif
|
||||
|
||||
// #define CONFIG_USBHOST_PLATFORM_CDC_ECM
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user