Skip to content
Snippets Groups Projects
Commit f92a0d4d authored by Damien George's avatar Damien George
Browse files

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

parent bd651d1a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment