Skip to content

Commit 186fa35

Browse files
committed
Enable compile on all ports.
1 parent ee1d424 commit 186fa35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

py/circuitpy_mpconfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,4 +603,8 @@ void background_callback_run_all(void);
603603

604604
#define MICROPY_PY_OPTIMIZE_PROPERTY_FLASH_SIZE (CIRCUITPY_OPTIMIZE_PROPERTY_FLASH_SIZE)
605605

606+
// Enable compiler functionality.
607+
#define MICROPY_ENABLE_COMPILER (1)
608+
#define MICROPY_PY_BUILTINS_COMPILE (1)
609+
606610
#endif // __INCLUDED_MPCONFIG_CIRCUITPY_H

0 commit comments

Comments
 (0)