Skip to content

Commit 4e9c550

Browse files
committed
codal_port/mpconfigport.h: Enable MICROPY_PY_BUILTINS_FROZENSET.
To match micro:bit v1. Signed-off-by: Damien George <[email protected]>
1 parent 60a991f commit 4e9c550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codal_port/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
// Fine control over Python builtins, classes, modules, etc
6969
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
7070
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
71+
#define MICROPY_PY_BUILTINS_FROZENSET (1)
7172
#define MICROPY_PY_BUILTINS_INPUT (1)
7273
#define MICROPY_PY_BUILTINS_HELP (1)
7374
#define MICROPY_PY_BUILTINS_HELP_TEXT microbit_help_text

0 commit comments

Comments
 (0)