mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added SPL to supported frameworks
This commit is contained in:
parent
92a369f64b
commit
67f7861d7c
1 changed files with 7 additions and 3 deletions
|
@ -36,7 +36,11 @@
|
||||||
"examples/*/*.ino",
|
"examples/*/*.ino",
|
||||||
"examples/*/*/*.ino"
|
"examples/*/*/*.ino"
|
||||||
],
|
],
|
||||||
"frameworks": "arduino",
|
"frameworks":
|
||||||
|
[
|
||||||
|
"arduino",
|
||||||
|
"spl"
|
||||||
|
],
|
||||||
"platforms":
|
"platforms":
|
||||||
[
|
[
|
||||||
"atmelavr",
|
"atmelavr",
|
||||||
|
|
Loading…
Reference in a new issue