diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-07-13 22:51:10 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-07-13 22:51:10 -0400 |
| commit | e2e01efa84d2ed46d004edf48076e4701accc176 (patch) | |
| tree | 8c877ce226b6404b117990db92c9cfc93950df60 /py/mpconfig.h | |
| parent | 0d27f4d9a66dcb47b545e715d1833094b0c7b484 (diff) | |
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
Diffstat (limited to 'py/mpconfig.h')
| -rwxr-xr-x | py/mpconfig.h | 4 |
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 |
