From f92a0d4d169adeb9a06618c66b2f9a2885f61133 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 11 May 2014 17:27:31 +0100 Subject: [PATCH] stmhal: Enable frozenset. Takes 292 text bytes in ROM. --- stmhal/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index 43ef27f874..fd725c67ea 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)