chore(platform/usbh_lwip): remove Double quotation marks

This commit is contained in:
sakumisu
2024-10-11 21:53:24 +08:00
parent a20e312b55
commit f1a1434047
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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