stm32/lwip_inc: Define LWIP_NO_CTYPE_H=1 to use lwIP ctype funcs.
This commit is contained in:
parent
1b79484ee3
commit
04da8864e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue