diff options
Diffstat (limited to 'esp8266')
-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 30b49d4075..e101a7f867 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -126,6 +126,7 @@ extern const struct _mp_obj_module_t onewire_module; #define MICROPY_PORT_ROOT_POINTERS \ const char *readline_hist[8]; \ + vstr_t *repl_line; \ mp_obj_t mp_kbd_exception; \ // We need to provide a declaration/definition of alloca() |