Skip to content

Commit

Permalink
Close comment in linker script
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrippling committed Aug 29, 2024
1 parent 6a47481 commit 7dd455b
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 7dd455b

Please sign in to comment.