fork BLE_API to add update adv payload API

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

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