Skip to content

Commit

Permalink
Fix Burn bootloader rule
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm authored and yashaswini-hanji committed Mar 27, 2017
1 parent b6e41d2 commit ca254ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ tools.arduino101load.erase.params.quiet=
tools.arduino101load.erase.pattern=
tools.arduino101load.bootloader.params.verbose=-v
tools.arduino101load.bootloader.params.quiet=-q
tools.arduino101load.bootloader.pattern="{cmd.path}" -dfu="{runtime.tools.dfu-util.path}/x86/bin" -bin="{build.path}/{build.project_name}.bin" -port={serial.port} "{upload.verbose}" -force -core={version}
tools.arduino101load.bootloader.pattern="{cmd.path}" -dfu="{runtime.tools.dfu-util.path}/x86/bin" -port={serial.port} "{bootloader.verbose}" -f -core={version}

0 comments on commit ca254ef

Please sign in to comment.