File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -639,8 +639,7 @@ void background_callback_run_all(void);
639639#define MICROPY_PY_BUILTINS_COMPILE (1)
640640
641641#ifndef CIRCUITPY_MIN_GCC_VERSION
642- // #define CIRCUITPY_MIN_GCC_VERSION 14
643- #define CIRCUITPY_MIN_GCC_VERSION 11
642+ #define CIRCUITPY_MIN_GCC_VERSION 14
644643#endif
645644
646645#ifndef CIRCUITPY_SAVES_PARTITION_SIZE
@@ -656,7 +655,6 @@ void background_callback_run_all(void);
656655#error "CIRCUITPY_BOOT_BUTTON and CIRCUITPY_BOOT_BUTTON_NO_GPIO are mutually exclusive"
657656#endif
658657
659- /*
660658#if defined(__GNUC__ ) && !defined(__ZEPHYR__ )
661659#if __GNUC__ < CIRCUITPY_MIN_GCC_VERSION
662660// (the 3 level scheme here is required to get expansion & stringization
@@ -668,4 +666,3 @@ void background_callback_run_all(void);
668666DO_ERROR (CIRCUITPY_MIN_GCC_VERSION );
669667#endif
670668#endif
671- */
You can’t perform that action at this time.
0 commit comments