diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/cfg/lwipopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/cfg/lwipopts.h b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/cfg/lwipopts.h index a91a271aa..e23a1f6f0 100644 --- a/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/cfg/lwipopts.h +++ b/demos/STM32/RT-STM32F746G-DISCOVERY-LWIP-FATFS-USB/cfg/lwipopts.h @@ -37,6 +37,6 @@ /* Optional, application-specific settings.*/
#define TCPIP_MBOX_SIZE MEMP_NUM_PBUF
-#define SLIPIF_THREAD_STACKSIZE 1024
+#define TCPIP_THREAD_STACKSIZE 1024
#endif /* LWIP_HDR_LWIPOPTS_H__ */
|