This commit is contained in:
Matthew Kennedy 2023-08-26 23:23:41 -07:00
parent a7bc3f4fc0
commit 05086ed73f
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ Initialize the checkout:
## Building
See [firmware/check.c](firmware/check.c) for the recommended version of GCC.
See [firmware/gcc_version_check.c](firmware/gcc_version_check.c) for the recommended version of GCC.
Check out https://rusefi.com/forum/viewtopic.php?f=5&t=9

View File

@ -229,8 +229,8 @@ $(info LDSCRIPT: $(LDSCRIPT))
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
# check.c goes first to throw error as soon as possible
CSRC = check.c \
# gcc_version_check.c goes first to throw error as soon as possible
CSRC = gcc_version_check.c \
$(ALLCSRC) \
$(BOARDSRC) \
$(CHIBIOS_CONTRIB)/os/various/ramdisk.c \