1 parent 6d1eabf commit 94f9330Copy full SHA for 94f9330
1 file changed
unix/mpconfigport.h
@@ -84,7 +84,9 @@
84
#define MICROPY_PY_SYS_STDFILES (1)
85
#define MICROPY_PY_SYS_EXC_INFO (1)
86
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
87
+#ifndef MICROPY_PY_MATH_SPECIAL_FUNCTIONS
88
#define MICROPY_PY_MATH_SPECIAL_FUNCTIONS (1)
89
+#endif
90
#define MICROPY_PY_CMATH (1)
91
#define MICROPY_PY_IO_FILEIO (1)
92
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
0 commit comments