diff options
author | Damien George <damien.p.george@gmail.com> | 2016-10-14 01:27:53 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-10-14 01:27:53 +1100 |
commit | ed878275b020c006ec197bb5f5bdd8179fb36a4c (patch) | |
tree | cd27ee52b6c151a803ed29234c61904cf29ed612 | |
parent | 34d0b3f85c9926d854acd7723b9e057744916ee0 (diff) | |
download | micropython-ed878275b020c006ec197bb5f5bdd8179fb36a4c.tar.gz micropython-ed878275b020c006ec197bb5f5bdd8179fb36a4c.zip |
esp8266: Enable micropython.alloc_emergency_exception_buf().
-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 33f319f69a..6d0deba8da 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -18,6 +18,7 @@ #define MICROPY_DEBUG_PRINTER_DEST mp_debug_print #define MICROPY_ENABLE_GC (1) #define MICROPY_STACK_CHECK (1) +#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1) #define MICROPY_REPL_EVENT_DRIVEN (0) #define MICROPY_REPL_AUTO_INDENT (1) #define MICROPY_HELPER_REPL (1) |