Skip to content
Snippets Groups Projects
Commit 4210beb7 authored by cnlohr's avatar cnlohr
Browse files

Try using this env var for PlatformIO Compilation

parent 415f6aae
No related branches found
No related tags found
No related merge requests found
......@@ -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 -I.
build_flags = -flto -Ich32v003fun -I/usr/include/newlib -lgcc -Iextralibs -Iexamples/$PIOENV
build_src_filter = +<ch32v003fun>
extra_libs_srcs = +<extralibs>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment