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 nRF51822 by
Revision 589:f27ac458e152, committed 2016-01-11
- Comitter:
- vcoubard
- Date:
- Mon Jan 11 10:19:30 2016 +0000
- Parent:
- 588:65d256258533
- Child:
- 590:3bdd5346ded1
- Commit message:
- Synchronized with git rev 22082c54
Author: Andres Amaya Garcia
Add minor comment in shutdown function
Changed in this revision
| source/nRF5xn.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/nRF5xn.cpp Mon Jan 11 10:19:30 2016 +0000
+++ b/source/nRF5xn.cpp Mon Jan 11 10:19:30 2016 +0000
@@ -192,6 +192,7 @@
}
#endif
+ /* Gap instance is always present */
error = gapInstance.reset();
if (error != BLE_ERROR_NONE) {
return error;
