Skip to content

Commit 02f1321

Browse files
committed
ADDed USE_TINYUSB flag in library.json
Based on discussions in #336
1 parent 9f3059c commit 02f1321

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "Adafruit TinyUSB Library",
33
"build": {
4-
"libArchive": false
4+
"libArchive": false,
5+
"flags": "-DUSE_TINYUSB"
56
}
67
}

0 commit comments

Comments
 (0)