Merge pull request #466 from nmaas87/master

Updated faulty gcc path in bootloader makefile
This commit is contained in:
Martino Facchin 2019-10-24 13:01:25 +02:00 committed by GitHub
commit 2ca7f7531d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ else
endif
endif
ARM_GCC_PATH?=$(MODULE_PATH)/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-
ARM_GCC_PATH?=$(MODULE_PATH)/tools/arm-none-eabi-gcc/7-2017q4/bin/arm-none-eabi-
BUILD_PATH=build
# -----------------------------------------------------------------------------