Changed the device name.
Dependents: BLE_Health_Thermometer_HeartRateMonitor
Fork of BLE_API_Native_IRC by
Diff: hw/nRF51822n/nRF51822n.h
- Revision:
- 8:b346eddb9346
- Parent:
- 4:2f1f20c755ed
--- a/hw/nRF51822n/nRF51822n.h Thu Feb 13 11:27:58 2014 +0000 +++ b/hw/nRF51822n/nRF51822n.h Fri Feb 14 10:50:45 2014 +0000 @@ -40,7 +40,7 @@ nRF51822n(void); virtual ~nRF51822n(void); - virtual Gap& getGap() { return nRF51Gap::getInstance(); }; + virtual Gap& getGap() { return nRF51Gap::getInstance(); }; virtual GattServer& getGattServer() { return nRF51GattServer::getInstance(); }; virtual ble_error_t init(void); virtual ble_error_t reset(void);