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

pull/1/head
Damien George 2019-07-04 10:36:51 +10:00
parent 1b79484ee3
commit 04da8864e5
1 changed files with 2 additions and 0 deletions

View File

@ -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