Skip to content

Commit dbec6b5

Browse files
authoredNov 16, 2023
Merge pull request #761 from arduino/remove-prefix
remove trailing `-`: the IDE2 sets it automatically
·
4.3.14.0.10
2 parents dd74c5b + 54529df commit dbec6b5

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
@@ -214,7 +214,7 @@ tools.gdb.cmd.windows=arm-none-eabi-gdb.exe
214214
debug.executable={build.path}/{build.project_name}.elf
215215
debug.toolchain=gcc
216216
debug.toolchain.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
217-
debug.toolchain.prefix=arm-none-eabi-
217+
debug.toolchain.prefix=arm-none-eabi
218218
debug.server=openocd
219219
debug.server.openocd.path={runtime.tools.openocd-0.11.0-arduino2.path}/bin/openocd
220220
debug.server.openocd.scripts_dir={runtime.tools.openocd-0.11.0-arduino2.path}/share/openocd/scripts/

0 commit comments

Comments
 (0)
Please sign in to comment.