We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd651d1 commit f92a0d4Copy full SHA for f92a0d4
stmhal/mpconfigport.h
@@ -32,6 +32,7 @@
32
#define MICROPY_ENABLE_FINALISER (1)
33
#define MICROPY_ENABLE_REPL_HELPERS (1)
34
#define MICROPY_ENABLE_SOURCE_LINE (1)
35
+#define MICROPY_ENABLE_FROZENSET (1)
36
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
37
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
38
#define MICROPY_PATH_MAX (128)
0 commit comments