Skip to content

Commit ed87827

Browse files
committed
esp8266: Enable micropython.alloc_emergency_exception_buf().
1 parent 34d0b3f commit ed87827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp8266/mpconfigport.h

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#define MICROPY_DEBUG_PRINTER_DEST mp_debug_print
1919
#define MICROPY_ENABLE_GC (1)
2020
#define MICROPY_STACK_CHECK (1)
21+
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
2122
#define MICROPY_REPL_EVENT_DRIVEN (0)
2223
#define MICROPY_REPL_AUTO_INDENT (1)
2324
#define MICROPY_HELPER_REPL (1)

0 commit comments

Comments
 (0)