Skip to content

Commit

Permalink
Fix tools.dslite.path to not include version number
Browse files Browse the repository at this point in the history
  • Loading branch information
robertinant committed Dec 19, 2016
1 parent 7847ec5 commit f02e6d6
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 @@ -95,7 +95,7 @@ recipe.size.regex=\.text\s+([0-9]+).*
# TI's DSLite
tools.dslite.upload.params.verbose=
tools.dslite.upload.params.quiet=
tools.dslite.path={runtime.tools.dslite-6.2.1.1624.path}
tools.dslite.path={runtime.tools.dslite.path}
tools.dslite.config.path={path}
tools.dslite.cmd.path={path}/DebugServer/bin/DSLite
tools.dslite.upload.pattern={cmd.path} {upload.verbose} load -c "{config.path}/{build.variant}.ccxml" -f "{build.path}/{build.project_name}.elf"
Expand Down

0 comments on commit f02e6d6

Please sign in to comment.