aboutsummaryrefslogtreecommitdiff
path: root/stmhal
diff options
context:
space:
mode:
authorDamien George2014-05-11 17:27:31 +0100
committerDamien George2014-05-11 17:27:31 +0100
commitf92a0d4d169adeb9a06618c66b2f9a2885f61133 (patch)
tree7839bb7854521358e8743f1f7fa72fb7ed5acd78 /stmhal
parentbd651d1a67e7f0876693f9d97f79463d412d1588 (diff)
stmhal: Enable frozenset. Takes 292 text bytes in ROM.
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h
index 43ef27f87..fd725c67e 100644
--- a/stmhal/mpconfigport.h
+++ b/stmhal/mpconfigport.h
@@ -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)