Skip to content

Commit d814855

Browse files
committed
Enable native subpackage support
1 parent 3a86033 commit d814855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/circuitpy_mpconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ extern void common_hal_mcu_enable_interrupts(void);
9696
#define MICROPY_KBD_EXCEPTION (1)
9797
#define MICROPY_MEM_STATS (0)
9898
#define MICROPY_MODULE_BUILTIN_INIT (1)
99+
#define MICROPY_MODULE_BUILTIN_SUBPACKAGES (1)
99100
#define MICROPY_NONSTANDARD_TYPECODES (0)
100101
#define MICROPY_OPT_COMPUTED_GOTO (1)
101102
#define MICROPY_OPT_COMPUTED_GOTO_SAVE_SPACE (CIRCUITPY_COMPUTED_GOTO_SAVE_SPACE)

0 commit comments

Comments
 (0)