Skip to content

Commit 3957871

Browse files
jgillickfpistm
andauthored
Update dfu-util linux path in platform.txt
Co-Authored-By: Frederic Pillon <[email protected]>
1 parent 2f94d6b commit 3957871

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
@@ -206,7 +206,7 @@ tools.dfu_util.cmd=dfu-util
206206
tools.dfu_util.cmd.windows=dfu-util.exe
207207
tools.dfu_util.path={runtime.tools.STM32Tools.path}/tools/win
208208
tools.dfu_util.path.macosx={runtime.tools.STM32Tools.path}/tools/macosx/dfu-util
209-
tools.dfu_util.path.linux={runtime.tools.STM32Tools.path}/tools/linux/dfu-util
209+
tools.dfu_util.path.linux={runtime.tools.STM32Tools.path}/tools/linux
210210
tools.dfu_util.upload.params.verbose=-v
211211
tools.dfu_util.upload.params.quiet=
212212
tools.dfu_util.upload.pattern="{path}/{cmd}" --device {upload.usbID} -a 0 --dfuse-address {upload.address} -D "{build.path}/{build.project_name}.bin"

0 commit comments

Comments
 (0)