Skip to content
Snippets Groups Projects
Commit 102815f7 authored by Damien George's avatar Damien George
Browse files

stm32/mpconfigport.h: Enable lwIP raw sockets.

parent 0e2b224b
Branches
No related tags found
No related merge requests found
...@@ -150,6 +150,7 @@ ...@@ -150,6 +150,7 @@
#define MICROPY_PY_UTIME_MP_HAL (1) #define MICROPY_PY_UTIME_MP_HAL (1)
#define MICROPY_PY_OS_DUPTERM (3) #define MICROPY_PY_OS_DUPTERM (3)
#define MICROPY_PY_UOS_DUPTERM_BUILTIN_STREAM (1) #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 (1)
#define MICROPY_PY_MACHINE_PULSE (1) #define MICROPY_PY_MACHINE_PULSE (1)
#define MICROPY_PY_MACHINE_PIN_MAKE_NEW mp_pin_make_new #define MICROPY_PY_MACHINE_PIN_MAKE_NEW mp_pin_make_new
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment