Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: LinkNode_SimpleChatwithSerial
Fork of BLE_API by
Revision 743:f49820e3e8ce, committed 2015-07-21
- Comitter:
- rgrover1
- Date:
- Tue Jul 21 13:25:38 2015 +0100
- Parent:
- 742:861ed7eb186d
- Child:
- 744:272fe9a9394e
- Commit message:
- Synchronized with git rev 74191e25
Author: Rohit Grover
module.json: depend on mbed-classic only for mbed-classic builds.
Changed in this revision
| module.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/module.json Tue Jul 21 13:25:38 2015 +0100
+++ b/module.json Tue Jul 21 13:25:38 2015 +0100
@@ -19,11 +19,13 @@
}
],
"dependencies": {
- "mbed-classic":"~0.0.1"
},
"targetDependencies": {
"nrf51822": {
"ble-nrf51822":"~0.4.2"
+ },
+ "mbed-classic": {
+ "mbed-classic":"~0.0.1"
}
}
}
\ No newline at end of file
