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.
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Revision 24:3373f1fb0353, committed 2016-07-13
- Comitter:
- LancasterUniversity
- Date:
- Wed Jul 13 12:17:57 2016 +0100
- Parent:
- 23:6055f6c19fa6
- Child:
- 25:27299423d813
- Commit message:
- Synchronized with git rev ae2c351d
Author: Martin Woolley
Fixed dodgy comment
Changed in this revision
| source/bluetooth/MicroBitBLEManager.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/bluetooth/MicroBitBLEManager.cpp Wed Jul 13 12:17:56 2016 +0100
+++ b/source/bluetooth/MicroBitBLEManager.cpp Wed Jul 13 12:17:57 2016 +0100
@@ -278,7 +278,7 @@
ble->gap().onDisconnection(bleDisconnectionCallback);
ble->gattServer().onSysAttrMissing(bleSysAttrMissingCallback);
- // generate an event when a Bluetooth connection is lost
+ // generate an event when a Bluetooth connection is established
ble->gap().onConnection(bleConnectionCallback);
// Configure the stack to hold onto the CPU during critical timing events.
