Просмотр исходного кода

chore(platform/usbh_lwip): remove Double quotation marks

sakumisu 1 год назад
Родитель
Сommit
f1a1434047
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      platform/none/usbh_lwip.c
  2. 1 1
      platform/rtthread/usbh_lwip.c

+ 1 - 1
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

+ 1 - 1
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