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: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
Revision 576:b699791e1dbc, committed 2016-01-11
- Comitter:
- vcoubard
- Date:
- Mon Jan 11 10:19:24 2016 +0000
- Parent:
- 575:7023a8204a1b
- Child:
- 577:d38f01a3e701
- Commit message:
- Synchronized with git rev 4efa84c8
Author: Andres Amaya Garcia
Remove out-of-date comment from nRF5xn
Changed in this revision
| source/nRF5xn.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/nRF5xn.h Mon Jan 11 10:19:24 2016 +0000
+++ b/source/nRF5xn.h Mon Jan 11 10:19:24 2016 +0000
@@ -168,8 +168,7 @@
private:
mutable nRF5xGap _gapInstance; /**< Gap instance whose reference is returned from a call to
* getGap(). Unlike the GattClient, GattServer and
- * SecurityManager, Gap is always needed in a BLE application.
- * Therefore it is allocated statically. */
+ * SecurityManager, Gap is always needed in a BLE application. */
private:
mutable nRF5xGap *gapInstance; /**< Pointer to the Gap object instance.
