Skip to content

Commit f917f06

Browse files
committed
bare-arm: Disable slice and set.
1 parent c49ddb9 commit f917f06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bare-arm/mpconfigport.h

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
#define MICROPY_HELPER_REPL (0)
1313
#define MICROPY_HELPER_LEXER_UNIX (0)
1414
#define MICROPY_ENABLE_SOURCE_LINE (0)
15+
#define MICROPY_PY_BUILTINS_FROZENSET (0)
16+
#define MICROPY_PY_BUILTINS_SET (0)
17+
#define MICROPY_PY_BUILTINS_SLICE (0)
1518
#define MICROPY_PY_BUILTINS_PROPERTY (0)
1619
#define MICROPY_PY_COLLECTIONS (0)
1720
#define MICROPY_PY_MATH (0)

0 commit comments

Comments
 (0)