Added SPL to supported frameworks

This commit is contained in:
Kristian Sloth Lauszus 2015-11-07 15:25:21 +01:00
parent 92a369f64b
commit 67f7861d7c

View file

@ -33,10 +33,14 @@
}, },
"examples": "examples":
[ [
"examples/*/*.ino", "examples/*/*.ino",
"examples/*/*/*.ino" "examples/*/*/*.ino"
],
"frameworks":
[
"arduino",
"spl"
], ],
"frameworks": "arduino",
"platforms": "platforms":
[ [
"atmelavr", "atmelavr",