Skip to content

Commit bbe64fb

Browse files
committed
change compiler version
1 parent b928d9b commit bbe64fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ compiler.warning_flags.default=
2828
compiler.warning_flags.more=-Wall
2929
compiler.warning_flags.all=-Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-pointer-arith
3030

31-
compiler.path={runtime.tools.gcc-arm-none-eabi-5_2-2015q4.path}/bin/
31+
compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
3232
compiler.c.cmd=arm-none-eabi-gcc
3333
compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g {compiler.warning_flags} {build.float_flags} -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
3434
compiler.c.elf.cmd=arm-none-eabi-gcc

0 commit comments

Comments
 (0)