Skip to content

Commit 5c650e8

Browse files
authored
Merge pull request #336 from CSC-Sendance/fix/platformio-compat
Add platformio compatibility
2 parents f898cca + 02f1321 commit 5c650e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

library.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "Adafruit TinyUSB Library",
3+
"build": {
4+
"libArchive": false,
5+
"flags": "-DUSE_TINYUSB"
6+
}
7+
}

0 commit comments

Comments
 (0)