From e2e01efa84d2ed46d004edf48076e4701accc176 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Fri, 13 Jul 2018 22:51:10 -0400 Subject: compiles and runs; hangs on import storage;storage.VfsFat. --- py/mpconfig.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'py/mpconfig.h') 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 -- cgit v1.2.3