esp8266: Remove unused entry in port root pointers.
This commit is contained in:
parent
806c07c898
commit
7df4558df8
@ -180,7 +180,6 @@ extern const struct _mp_obj_module_t onewire_module;
|
|||||||
|
|
||||||
#define MICROPY_PORT_ROOT_POINTERS \
|
#define MICROPY_PORT_ROOT_POINTERS \
|
||||||
const char *readline_hist[8]; \
|
const char *readline_hist[8]; \
|
||||||
vstr_t *repl_line; \
|
|
||||||
mp_obj_t pin_irq_handler[16]; \
|
mp_obj_t pin_irq_handler[16]; \
|
||||||
|
|
||||||
// We need to provide a declaration/definition of alloca()
|
// We need to provide a declaration/definition of alloca()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user