stm32/lwip_inc: Define LWIP_NO_CTYPE_H=1 to use lwIP ctype funcs.

pull/4884/head
Damien George 2019-07-04 10:36:51 +10:00
rodzic 1b79484ee3
commit 04da8864e5
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -5,4 +5,6 @@
#define LWIP_PLATFORM_DIAG(x)
#define LWIP_PLATFORM_ASSERT(x) { assert(1); }
#define LWIP_NO_CTYPE_H 1
#endif // MICROPY_INCLUDED_STM32_LWIP_ARCH_CC_H