Skip to content

Commit

Permalink
chore(platform/usbh_lwip): remove Double quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisu committed Oct 11, 2024
1 parent a20e312 commit f1a1434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/none/usbh_lwip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platform/rtthread/usbh_lwip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1a1434

Please sign in to comment.