diff options
Diffstat (limited to 'ports/esp8266/main.c')
| -rw-r--r-- | ports/esp8266/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/esp8266/main.c b/ports/esp8266/main.c index 3083fe364..11ac5b63f 100644 --- a/ports/esp8266/main.c +++ b/ports/esp8266/main.c @@ -45,7 +45,7 @@ #include "gccollect.h" #include "user_interface.h" -#if MICROPY_ESPNOW +#if MICROPY_PY_ESPNOW #include "modespnow.h" #endif @@ -77,7 +77,7 @@ STATIC void mp_reset(void) { mp_os_dupterm_obj.fun.var(2, args); } - #if MICROPY_ESPNOW + #if MICROPY_PY_ESPNOW espnow_deinit(mp_const_none); #endif |
