diff options
Diffstat (limited to 'esp8266/mpconfigport.h')
-rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 1f7ab09e27..75e3f46c5a 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -99,6 +99,7 @@ extern const struct _mp_obj_module_t mp_module_machine; #define MICROPY_PORT_ROOT_POINTERS \ const char *readline_hist[8]; \ + mp_obj_t mp_kbd_exception; \ \ /* Singleton instance of scan callback, meaning that there can be only one concurrent AP scan. */ \ |