Skip to content

Commit 0fd65c4

Browse files
committed
zephyr/mpconfigport: Enable emergency exception buffer.
Needed to pass exception tests. Signed-off-by: Damien George <[email protected]>
1 parent 6881618 commit 0fd65c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/zephyr/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
#define MICROPY_ENABLE_FINALISER (MICROPY_VFS)
4747
#define MICROPY_HELPER_REPL (1)
4848
#define MICROPY_REPL_AUTO_INDENT (1)
49+
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
4950
#define MICROPY_KBD_EXCEPTION (1)
5051
#define MICROPY_PY_ASYNC_AWAIT (0)
5152
#define MICROPY_PY_BUILTINS_BYTES_HEX (1)

0 commit comments

Comments
 (0)