From 72a03419bd5569a061bf016cbff46244315f9ef2 Mon Sep 17 00:00:00 2001 From: cnlohr <lohr85@gmail.com> Date: Wed, 28 Jun 2023 05:50:56 -0400 Subject: [PATCH] Trying another thing to get platformio to dothe right folder search --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 659d490..a8da2d0 100644 --- a/platformio.ini +++ b/platformio.ini @@ -15,7 +15,7 @@ extends = fun_base ; for examples that use ch32v003fun as their base [fun_base] board_build.ldscript = ch32v003fun/ch32v003fun.ld -build_flags = -flto -Ich32v003fun -I/usr/include/newlib -lgcc -Iextralibs -Iexamples/$PIOENV +build_flags = -flto -Ich32v003fun -I/usr/include/newlib -lgcc -Iextralibs -I "examples/$PIOENV" build_src_filter = +<ch32v003fun> extra_libs_srcs = +<extralibs> -- GitLab