Skip to content

Commit c413936

Browse files
committed
update library.json
1 parent e3a91f7 commit c413936

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

library.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@
1515
}
1616
],
1717
"license": "Apache-2.0",
18-
"frameworks": ["arduino"],
18+
"frameworks": [
19+
"arduino"
20+
],
1921
"platforms": "*",
2022
"headers": "core_arduino.h",
2123
"examples": [
2224
{
2325
"name": "Benchmark",
2426
"base": "examples",
25-
"files": "main.cpp"
27+
"files": [
28+
"main.cpp"
29+
]
2630
}
2731
]
2832
}

0 commit comments

Comments
 (0)