Skip to content

Commit 5b76e3b

Browse files
committed
windows: Enable MICROPY_STACK_CHECK.
1 parent 99dde4e commit 5b76e3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

windows/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#define MICROPY_COMP_MODULE_CONST (1)
3939
#define MICROPY_ENABLE_GC (1)
4040
#define MICROPY_ENABLE_FINALISER (1)
41+
#define MICROPY_STACK_CHECK (1)
4142
#define MICROPY_MEM_STATS (1)
4243
#define MICROPY_DEBUG_PRINTERS (1)
4344
#define MICROPY_HELPER_REPL (1)

0 commit comments

Comments
 (0)