Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Revision:
25:a1c356620131
Parent:
24:3444ee6fd548
Child:
52:120bd37b9d0d
--- a/nRF51822n.h	Tue Jun 10 09:32:28 2014 +0100
+++ b/nRF51822n.h	Tue Jun 10 13:13:35 2014 +0100
@@ -24,11 +24,11 @@
 
 #include "mbed.h"
 #include "blecommon.h"
-#include "BLEPeripheral.h"
+#include "BLEDevice.h"
 #include "nRF51Gap.h"
 #include "nRF51GattServer.h"
 
-class nRF51822n : public BLEPeripheralInstanceBase
+class nRF51822n : public BLEDeviceInstanceBase
 {
 public:
     nRF51822n(void);