summaryrefslogtreecommitdiffstatshomepage
path: root/windows/mpconfigport.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-07 12:11:32 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-07 12:11:32 +0100
commit1dd46fafbd11941f7aa5b3b3c1f3d63e102e85cf (patch)
treed5814c641181ce37bd50acf05b66e68daba4a04d /windows/mpconfigport.h
parent0ef015b2533f7faeede18382c1d1f4eac919244b (diff)
parent3ce10935f0a5630cd98758184db23e9c235c4109 (diff)
downloadmicropython-1dd46fafbd11941f7aa5b3b3c1f3d63e102e85cf.tar.gz
micropython-1dd46fafbd11941f7aa5b3b3c1f3d63e102e85cf.zip
Merge pull request #581 from stinos/windows-math
windows: Enable math module
Diffstat (limited to 'windows/mpconfigport.h')
-rw-r--r--windows/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h
index 00cc793538..4436b8a197 100644
--- a/windows/mpconfigport.h
+++ b/windows/mpconfigport.h
@@ -38,6 +38,7 @@
#define MICROPY_DEBUG_PRINTERS (1)
#define MICROPY_ENABLE_REPL_HELPERS (1)
#define MICROPY_ENABLE_LEXER_UNIX (1)
+#define MICROPY_ENABLE_MOD_CMATH (1)
#define MICROPY_MOD_SYS_STDFILES (1)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)