File tree Expand file tree Collapse file tree 1 file changed +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);
639
639
#define MICROPY_PY_BUILTINS_COMPILE (1)
640
640
641
641
#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
644
643
#endif
645
644
646
645
#ifndef CIRCUITPY_SAVES_PARTITION_SIZE
@@ -656,7 +655,6 @@ void background_callback_run_all(void);
656
655
#error "CIRCUITPY_BOOT_BUTTON and CIRCUITPY_BOOT_BUTTON_NO_GPIO are mutually exclusive"
657
656
#endif
658
657
659
- /*
660
658
#if defined(__GNUC__ ) && !defined(__ZEPHYR__ )
661
659
#if __GNUC__ < CIRCUITPY_MIN_GCC_VERSION
662
660
// (the 3 level scheme here is required to get expansion & stringization
@@ -668,4 +666,3 @@ void background_callback_run_all(void);
668
666
DO_ERROR (CIRCUITPY_MIN_GCC_VERSION );
669
667
#endif
670
668
#endif
671
- */
You can’t perform that action at this time.
0 commit comments