commit | bda7041294e0446c9909fe18c4826dd0bcfb9fc4 | [log] [tgz] |
---|---|---|
author | Josef Gajdusek <atx@atx.name> | Wed May 06 00:19:26 2015 +0200 |
committer | Damien George <damien.p.george@gmail.com> | Wed May 06 22:04:20 2015 +0100 |
tree | f98222f3ca7bfc3817a9a272fa9cbdeb9f5a71b4 | |
parent | d39d96b70045d82f207f9bb8d1908aeb40b75b7c [diff] [blame] |
esp8266: Add support for frozen modules
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index cae5398..6d70c48 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