summaryrefslogtreecommitdiff
path: root/esp8266/mpconfigport.h
diff options
context:
space:
mode:
authorJosef Gajdusek <atx@atx.name>2015-05-06 00:19:26 +0200
committerDamien George <damien.p.george@gmail.com>2015-05-06 22:04:20 +0100
commitbda7041294e0446c9909fe18c4826dd0bcfb9fc4 (patch)
treef98222f3ca7bfc3817a9a272fa9cbdeb9f5a71b4 /esp8266/mpconfigport.h
parentd39d96b70045d82f207f9bb8d1908aeb40b75b7c (diff)
esp8266: Add support for frozen modules
Diffstat (limited to 'esp8266/mpconfigport.h')
-rw-r--r--esp8266/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index cae5398f9..6d70c48e2 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -36,6 +36,7 @@
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
+#define MICROPY_MODULE_FROZEN (1)
// type definitions for the specific machine