stm32/mpconfigport.h: Enable lwIP raw sockets.

This commit is contained in:
Damien George 2019-07-30 22:58:41 +10:00
parent 0e2b224b07
commit 102815f700

View File

@ -150,6 +150,7 @@
#define MICROPY_PY_UTIME_MP_HAL (1)
#define MICROPY_PY_OS_DUPTERM (3)
#define MICROPY_PY_UOS_DUPTERM_BUILTIN_STREAM (1)
#define MICROPY_PY_LWIP_SOCK_RAW (MICROPY_PY_LWIP)
#define MICROPY_PY_MACHINE (1)
#define MICROPY_PY_MACHINE_PULSE (1)
#define MICROPY_PY_MACHINE_PIN_MAKE_NEW mp_pin_make_new