From 3cf56f19eda5323fc84d2d7387ece8ae40b2f032 Mon Sep 17 00:00:00 2001
From: cnlohr <lohr85@gmail.com>
Date: Mon, 12 Feb 2024 18:11:05 -0800
Subject: [PATCH] At least get PIO building

---
 platformio.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platformio.ini b/platformio.ini
index 9f25b5b..ae085de 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/ch32v003fun.ld
+board_build.ldscript = ch32v003fun/generated_ch32v003fun.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
-- 
GitLab