summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-12 15:34:53 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-12 15:34:53 +0000
commit5b76e3b75ee534f0b9690dec0719fcf612cff5a8 (patch)
treee4a42f407560cd2d918c4b83b6006900bc375192
parent99dde4ed1f8edd5ff566a6f0cfec0c83f01ef657 (diff)
downloadmicropython-5b76e3b75ee534f0b9690dec0719fcf612cff5a8.tar.gz
micropython-5b76e3b75ee534f0b9690dec0719fcf612cff5a8.zip
windows: Enable MICROPY_STACK_CHECK.
-rw-r--r--windows/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h
index befd1d9ec2..9103d08f13 100644
--- a/windows/mpconfigport.h
+++ b/windows/mpconfigport.h
@@ -38,6 +38,7 @@
#define MICROPY_COMP_MODULE_CONST (1)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_ENABLE_FINALISER (1)
+#define MICROPY_STACK_CHECK (1)
#define MICROPY_MEM_STATS (1)
#define MICROPY_DEBUG_PRINTERS (1)
#define MICROPY_HELPER_REPL (1)