Skip to content

Commit

Permalink
Make platformio search locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Jun 28, 2023
1 parent 3430c4a commit e5dd001
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 @@ -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 -DTINYVECTOR -lgcc -Iextralibs
build_flags = -flto -Ich32v003fun -I/usr/include/newlib -DTINYVECTOR -lgcc -Iextralibs -I.
build_src_filter = +<ch32v003fun>
extra_libs_srcs = +<extralibs>

Expand Down

0 comments on commit e5dd001

Please sign in to comment.