Skip to content

Commit

Permalink
Exclude irrelevant source file from teeny4 Arduino core // Resolve #82
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Dec 22, 2021
1 parent 6f9f4e4 commit 2f3c423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@

libs.append(env.BuildLibrary(
join("$BUILD_DIR", "FrameworkArduino"),
join(FRAMEWORK_DIR, "cores", BUILD_CORE)
join(FRAMEWORK_DIR, "cores", BUILD_CORE),
src_filter="+<*> -<Blink.cc>"
))

env.Prepend(LIBS=libs)

0 comments on commit 2f3c423

Please sign in to comment.