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: nrf51-sdk
Dependents: microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more
Diff: nRF51822n.h
- Revision:
- 355:c3637b4e7aff
- Parent:
- 353:fddee99b2fdc
- Child:
- 356:55ede9fd5279
--- a/nRF51822n.h Fri Jun 19 15:55:36 2015 +0100
+++ b/nRF51822n.h Fri Jun 19 15:55:36 2015 +0100
@@ -34,10 +34,10 @@
virtual const char *getVersion(void);
- virtual Gap &getGap() {
+ virtual Gap &getGap() {
return nRF51Gap::getInstance();
};
- virtual const Gap &getGap() const {
+ virtual const Gap &getGap() const {
return nRF51Gap::getInstance();
};
virtual GattServer &getGattServer() {