From 58016351d6a943eb39402ae3168e5c0ecfd9e4fe Mon Sep 17 00:00:00 2001 From: cnlohr Date: Mon, 12 Feb 2024 18:13:00 -0800 Subject: [PATCH] Fix spelling on linker script --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index ae085dec..4a4e33ab 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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