Skip to content

Commit

Permalink
fix platform.io build
Browse files Browse the repository at this point in the history
  • Loading branch information
cpldcpu committed Nov 18, 2023
1 parent 4d3eb1c commit 2929b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

if "LIGHT_WS2812_AVR" in cppdefines:
# pure C without arduino
env.Append(SRC_FILTER=["+<light_ws2812_AVR/Light_WS2812/*.c>", "light_ws2812_AVR/Light_WS2812/*.h"])
env.Append(SRC_FILTER=["+<light_ws2812_AVR/Light_WS2812/*.c>", "light_ws2812_AVR/Light_WS2812/*.h", "light_ws2812_AVR/*.h"])
# there is no way to change src_dir. without the following, the compiler
# would look for the header files in root directory of the library.
env.Append(CPPPATH=[
Expand Down

0 comments on commit 2929b59

Please sign in to comment.