Skip to content

Commit

Permalink
Don't use TinyUSB stack by default with Adafruit core // Resolve #67, R…
Browse files Browse the repository at this point in the history
…esolve #69
  • Loading branch information
valeros committed Sep 2, 2019
1 parent 916cc6f commit d0ce076
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@

if BUILD_CORE == "adafruit":
env.Append(
CPPDEFINES=["USE_TINYUSB"],
CPPPATH=[
join(FRAMEWORK_DIR, "cores", BUILD_CORE,
"Adafruit_TinyUSB_Core"),
Expand Down

0 comments on commit d0ce076

Please sign in to comment.