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.
Fork of BLE_API by
Revision 828:d22ab1419e92, committed 2015-09-29
- Comitter:
- rgrover1
- Date:
- Tue Sep 29 09:54:18 2015 +0100
- Parent:
- 827:a63b24d78132
- Child:
- 829:9072de50087b
- Commit message:
- Synchronized with git rev 2c421951
Author: Rohit Grover
minor improvement to a comment header.
Changed in this revision
| source/BLE.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/BLE.cpp Tue Sep 29 09:54:17 2015 +0100
+++ b/source/BLE.cpp Tue Sep 29 09:54:18 2015 +0100
@@ -41,7 +41,8 @@
* BLE::Instance() and BLE constructor rely upon a static array of initializers
* to create actual BLE transport instances. A description of these instances
* and initializers is supposed to be put in some .json file contributing to
- * yotta's configuration (typically the target.json). Here's a sample:
+ * yotta's configuration (typically in the target definition described by
+ * target.json). Here's a sample:
*
* "config": {
* ...
@@ -51,6 +52,7 @@
* "initializer" : "createBLEInstance"
* }
* }
+ * ...
* }
*
* The following macros result in translating the above config into a static
