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 3a86033 commit d814855Copy full SHA for d814855
py/circuitpy_mpconfig.h
@@ -96,6 +96,7 @@ extern void common_hal_mcu_enable_interrupts(void);
96
#define MICROPY_KBD_EXCEPTION (1)
97
#define MICROPY_MEM_STATS (0)
98
#define MICROPY_MODULE_BUILTIN_INIT (1)
99
+#define MICROPY_MODULE_BUILTIN_SUBPACKAGES (1)
100
#define MICROPY_NONSTANDARD_TYPECODES (0)
101
#define MICROPY_OPT_COMPUTED_GOTO (1)
102
#define MICROPY_OPT_COMPUTED_GOTO_SAVE_SPACE (CIRCUITPY_COMPUTED_GOTO_SAVE_SPACE)
0 commit comments