aboutsummaryrefslogtreecommitdiff
path: root/teensy/mpconfigport.h
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/mpconfigport.h')
-rw-r--r--teensy/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/teensy/mpconfigport.h b/teensy/mpconfigport.h
index 63f0ee7b7..57e4c36b0 100644
--- a/teensy/mpconfigport.h
+++ b/teensy/mpconfigport.h
@@ -7,6 +7,7 @@
#define MICROPY_EMIT_INLINE_THUMB (1)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_ENABLE_FINALISER (1)
+#define MICROPY_STACK_CHECK (1)
#define MICROPY_HELPER_REPL (1)
#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)