diff options
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r-- | py/mpconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index b669128ea..13918e839 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -115,6 +115,11 @@ typedef double mp_float_t; #define MICROPY_ENABLE_FLOAT (0) #endif +// Whether to provide "collections" module +#ifndef MICROPY_ENABLE_MOD_COLLECTIONS +#define MICROPY_ENABLE_MOD_COLLECTIONS (1) +#endif + // Whether to provide "math" module #ifndef MICROPY_ENABLE_MOD_MATH #define MICROPY_ENABLE_MOD_MATH (1) |