stmhal: Enable frozenset. Takes 292 text bytes in ROM.

This commit is contained in:
Damien George 2014-05-11 17:27:31 +01:00
parent bd651d1a67
commit f92a0d4d16
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#define MICROPY_ENABLE_FINALISER (1)
#define MICROPY_ENABLE_REPL_HELPERS (1)
#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_ENABLE_FROZENSET (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#define MICROPY_PATH_MAX (128)