Skip to content

Commit 2ca7f75

Browse files
authored
Merge pull request #466 from nmaas87/master
Updated faulty gcc path in bootloader makefile
2 parents 142814a + f9521bb commit 2ca7f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bootloaders/zero/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ else
4545
endif
4646
endif
4747

48-
ARM_GCC_PATH?=$(MODULE_PATH)/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-
48+
ARM_GCC_PATH?=$(MODULE_PATH)/tools/arm-none-eabi-gcc/7-2017q4/bin/arm-none-eabi-
4949
BUILD_PATH=build
5050

5151
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)