aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Puzrin <vitaly@rcdesign.ru>2018-07-27 14:54:22 +0300
committerGitHub <noreply@github.com>2018-07-27 14:54:22 +0300
commitf1d95c94df427af62920737d68ffcc7c3ad6545b (patch)
treea3e64639d941b6062bc8ce5a551d2bc304fca2ba
parent7dbe4b984bc69d6a5fc5ad6c40aede29424cfbd4 (diff)
platformio: drop 'export' option from config
Library should be useable from pio both by direct git link and by name.
-rw-r--r--library.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/library.json b/library.json
index 4862173..c97112f 100644
--- a/library.json
+++ b/library.json
@@ -11,9 +11,6 @@
"url": "https://github.com/PetteriAimonen/libfixmath.git"
},
"license": "MIT",
- "export": {
- "include": "libfixmath"
- },
"build": {
"srcFilter": "+<libfixmath/*>"
},