From f1a143404702bc58dcbb87ed5bb0641c914e11b1 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Fri, 11 Oct 2024 21:53:24 +0800 Subject: chore(platform/usbh_lwip): remove Double quotation marks --- platform/rtthread/usbh_lwip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/rtthread') 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 -- cgit v1.3.1