Fix error in STATIC_ASSERT with multiple files (issue #203)
[apps/agl-service-can-low-level.git] / library.json
index 534c3bf..30a56c9 100644 (file)
     "email": "jpa@nanopb.mail.kapsi.fi",
     "url": "http://koti.kapsi.fi/jpa/nanopb/"
   }],
-  "frameworks": [
-    "arduino"
+  "include": [
+    "*.c",
+    "*.cpp",
+    "*.h"
   ],
-  "platforms": [
-    "atmelavr",
-    "teensy"
-  ]
+  "examples": "examples/*/*.c",
+  "frameworks": "*",
+  "platforms": "*"
 }