Skip to content

Commit

Permalink
Merge pull request #2549 from bobrippling/fix/linker-entry
Browse files Browse the repository at this point in the history
Close comment in linker script
  • Loading branch information
gfwilliams authored Aug 29, 2024
2 parents 6a47481 + 7dd455b commit 7f4b6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_linker.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def codeOut(s): linkerFile.write(s+"\n");

codeOut("""
/* Automatically generated linker file for """+boardname+"""
Generated by scripts/build_linker.py
Generated by scripts/build_linker.py */
ENTRY(Reset_Handler)
Expand Down

0 comments on commit 7f4b6f2

Please sign in to comment.