summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpconfig.h')
-rwxr-xr-xpy/mpconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index d80730809..a846f6a25 100755
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -1242,6 +1242,10 @@ typedef double mp_float_t;
#define MICROPY_PY_OS_DUPTERM (0)
#endif
+#ifndef MICROPY_PY_LWIP
+#define MICROPY_PY_LWIP (0)
+#endif
+
#ifndef MICROPY_PY_LWIP_SLIP
#define MICROPY_PY_LWIP_SLIP (0)
#endif