Skip to content

Commit

Permalink
fix location of oad hexfile
Browse files Browse the repository at this point in the history
  • Loading branch information
srickardti committed Apr 28, 2022
1 parent 9c25a48 commit 474cb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/ti_simplelink_sdk/ti_simplelink_executable.gni
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ template("ti_simplelink_executable") {
rebase_path(root_out_dir, root_build_dir),
"7",
"-hex1",
rebase_path("${root_out_dir}/${output_base_name}.hex", root_build_dir),
rebase_path("${root_out_dir}/${output_base_name}.hex", root_out_dir),
"-o",
output_base_name,
]
Expand Down

0 comments on commit 474cb94

Please sign in to comment.