diff options
| author | sakumisu <[email protected]> | 2024-10-11 21:53:24 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-10-11 21:53:24 +0800 |
| commit | f1a143404702bc58dcbb87ed5bb0641c914e11b1 (patch) | |
| tree | 49c66cceb811150ea0e74556b803833a3aaaf7eb | |
| parent | a20e312b556c34bf096410b755bf9edc2c580065 (diff) | |
chore(platform/usbh_lwip): remove Double quotation marks
| -rw-r--r-- | platform/none/usbh_lwip.c | 2 | ||||
| -rw-r--r-- | platform/rtthread/usbh_lwip.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/none/usbh_lwip.c b/platform/none/usbh_lwip.c index ee526ed7..7b3f7c62 100644 --- a/platform/none/usbh_lwip.c +++ b/platform/none/usbh_lwip.c @@ -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 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 |
