Skip to content

Commit

Permalink
Fix spelling on linker script
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Feb 13, 2024
1 parent 3cf56f1 commit 5801635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extends = fun_base

; for examples that use ch32v003fun as their base
[fun_base]
board_build.ldscript = ch32v003fun/generated_ch32v003fun.ld
board_build.ldscript = ch32v003fun/generated_ch32v003.ld
build_flags = -flto -Ich32v003fun -I/usr/include/newlib -lgcc -Iextralibs
; dynamically add "examples/$PIOENV" to the include path
extra_scripts = .github/add_include.py
Expand Down

0 comments on commit 5801635

Please sign in to comment.