Skip to content

Commit f92a0d4

Browse files
committed
stmhal: Enable frozenset. Takes 292 text bytes in ROM.
1 parent bd651d1 commit f92a0d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stmhal/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#define MICROPY_ENABLE_FINALISER (1)
3333
#define MICROPY_ENABLE_REPL_HELPERS (1)
3434
#define MICROPY_ENABLE_SOURCE_LINE (1)
35+
#define MICROPY_ENABLE_FROZENSET (1)
3536
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
3637
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
3738
#define MICROPY_PATH_MAX (128)

0 commit comments

Comments
 (0)