8000 Merge pull request #581 from stinos/windows-math · micropython/micropython@1dd46fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 1dd46fa

Browse files
committed
Merge pull request #581 from stinos/windows-math
windows: Enable math module
2 parents 0ef015b + 3ce1093 commit 1dd46fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#define MICROPY_DEBUG_PRINTERS (1)
3939
#define MICROPY_ENABLE_REPL_HELPERS (1)
4040
#define MICROPY_ENABLE_LEXER_UNIX (1)
41+
#define MICROPY_ENABLE_MOD_CMATH (1)
4142
#define MICROPY_MOD_SYS_STDFILES (1)
4243
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
4344
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)

0 commit comments

Comments
 (0)
0