Skip to content

Commit 94f9330

Browse files
committed
unix: Allow to override MICROPY_PY_MATH_SPECIAL_FUNCTIONS from command-line.
1 parent 6d1eabf commit 94f9330

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

unix/mpconfigport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@
8484
#define MICROPY_PY_SYS_STDFILES (1)
8585
#define MICROPY_PY_SYS_EXC_INFO (1)
8686
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
87+
#ifndef MICROPY_PY_MATH_SPECIAL_FUNCTIONS
8788
#define MICROPY_PY_MATH_SPECIAL_FUNCTIONS (1)
89+
#endif
8890
#define MICROPY_PY_CMATH (1)
8991
#define MICROPY_PY_IO_FILEIO (1)
9092
#define MICROPY_PY_GC_COLLECT_RETVAL (1)

0 commit comments

Comments
 (0)