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

@ -36,7 +36,11 @@
"examples/*/*.ino", "examples/*/*.ino",
"examples/*/*/*.ino" "examples/*/*/*.ino"
], ],
"frameworks": "arduino", "frameworks":
[
"arduino",
"spl"
],
"platforms": "platforms":
[ [
"atmelavr", "atmelavr",