8000 Restore accidental change · adafruit/circuitpython@75440c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75440c8

Browse files
committed
Restore accidental change
1 parent 6e0c24f commit 75440c8

File tree

1 file changed

+1
- file changed
+1
-4
lines changed

py/circuitpy_mpconfig.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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);
668666
DO_ERROR(CIRCUITPY_MIN_GCC_VERSION);
669667
#endif
670668
#endif
671-
*/

0 commit comments

Comments
 (0)
0