summaryrefslogtreecommitdiff
path: root/esp8266/mpconfigport.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-12-18 21:43:01 +0000
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-02 22:43:10 +0200
commit6f4357c28e7e53aa329b91b5c7b3814357a0cd22 (patch)
treea717f51b54589281cfaf8e51b529e880f730be7f /esp8266/mpconfigport.h
parent6d0629bddcac1fede980ba24a1285ab670bca640 (diff)
esp8266: Enable math module.
Diffstat (limited to 'esp8266/mpconfigport.h')
-rw-r--r--esp8266/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h
index 53eda128b..c24c2cc11 100644
--- a/esp8266/mpconfigport.h
+++ b/esp8266/mpconfigport.h
@@ -28,7 +28,7 @@
#define MICROPY_PY_GC (1)
#define MICROPY_PY_ARRAY (1)
#define MICROPY_PY_COLLECTIONS (1)
-#define MICROPY_PY_MATH (0)
+#define MICROPY_PY_MATH (1)
#define MICROPY_PY_CMATH (0)
#define MICROPY_PY_IO (1)
#define MICROPY_PY_STRUCT (1)