Skip to content

Commit 45f5f11

Browse files
committed
platform: fix pyocd.upload.pattern
1 parent 28db333 commit 45f5f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ tools.pyocd.path=
252252
tools.pyocd.cmd=pyocd
253253
tools.pyocd.upload.params.verbose=
254254
tools.pyocd.upload.params.quiet=
255-
tools.pyocd.upload.pattern="{cmd}" load --target {upload.target} {build.path}/{build.project_name}.${upload.extension}@{upload.address}
255+
tools.pyocd.upload.pattern="{cmd}" load --target {upload.target} {build.path}/{build.project_name}.{upload.extension}@{upload.address}
256256

257257
tools.pyocd.bootloader.params.verbose=
258258
tools.pyocd.bootloader.params.quiet=

0 commit comments

Comments
 (0)