Skip to content

Commit f1a1434

Browse files
committed
chore(platform/usbh_lwip): remove Double quotation marks
1 parent a20e312 commit f1a1434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/none/usbh_lwip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#endif
2828

2929
#if TCPIP_THREAD_STACKSIZE < 1024
30-
#error "TCPIP_THREAD_STACKSIZE must be >= 1024"
30+
#error TCPIP_THREAD_STACKSIZE must be >= 1024
3131
#endif
3232

3333
// #define CONFIG_USBHOST_PLATFORM_CDC_ECM

platform/rtthread/usbh_lwip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#endif
4646

4747
#if RT_LWIP_TCPTHREAD_STACKSIZE < 2048
48-
#error "RT_LWIP_TCPTHREAD_STACKSIZE must be >= 2048"
48+
#error RT_LWIP_TCPTHREAD_STACKSIZE must be >= 2048
4949
#endif
5050

5151
// #define CONFIG_USBHOST_PLATFORM_CDC_ECM

0 commit comments

Comments
 (0)