Skip to content

Commit

Permalink
Fix escape seq
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullo committed Mar 7, 2021
1 parent e82068c commit d36516d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toolchains/Arm/helpers.bzl.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def generate_stm_upload_script(name):
name=name,
outs=[name + "_stm_upload_script.sh"],
cmd="""
echo "st-flash erase; st-flash write \$$2 \$$3;" > $@
echo "st-flash erase; st-flash write $$2 $$3;" > $@
""",
)

0 comments on commit d36516d

Please sign in to comment.