summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-07-30 22:58:41 +1000
committerDamien George <damien.p.george@gmail.com>2019-08-06 15:56:05 +1000
commit102815f700fbc07fe58474570af933bc284a3fc5 (patch)
tree94bd008ed8004d176eeaf7dab3a49bc8aff770d8
parent0e2b224b078d94e6ff2e346e3390572c1d24a4ec (diff)
stm32/mpconfigport.h: Enable lwIP raw sockets.
-rw-r--r--ports/stm32/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm32/mpconfigport.h b/ports/stm32/mpconfigport.h
index 3e615c343..dbb6fa2d5 100644
--- a/ports/stm32/mpconfigport.h
+++ b/ports/stm32/mpconfigport.h
@@ -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