Skip to content

Commit b4cd0ef

Browse files
committed
[BMP upload] Fix compiler path
Fixes #986 Signed-off-by: Frederic Pillon <[email protected]>
1 parent f6f02c6 commit b4cd0ef

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
@@ -171,7 +171,7 @@ tools.stm32CubeProg.upload.pattern="{path}/{cmd}" {upload.protocol} "{build.path
171171

172172
# blackmagic upload for generic STM32
173173
tools.bmp_upload.cmd=arm-none-eabi-gdb
174-
tools.bmp_upload.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
174+
tools.bmp_upload.path={compiler.path}
175175
tools.bmp_upload.upload.speed=230400
176176
tools.bmp_upload.upload.params.verbose=-batch
177177
tools.bmp_upload.upload.params.quiet=--batch-silent

0 commit comments

Comments
 (0)