Merge pull request #581 from stinos/windows-math

windows: Enable math module
This commit is contained in:
Damien George 2014-05-07 12:11:32 +01:00
commit 1dd46fafbd
1 changed files with 1 additions and 0 deletions

View File

@ -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)