Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Revision:
24:3444ee6fd548
Parent:
23:cdab28442479
Child:
25:a1c356620131
--- a/nRF51822n.h	Tue Jun 10 08:57:31 2014 +0100
+++ b/nRF51822n.h	Tue Jun 10 09:32:28 2014 +0100
@@ -24,17 +24,11 @@
 
 #include "mbed.h"
 #include "blecommon.h"
-#include "hw/BLEDevice.h"
+#include "BLEPeripheral.h"
 #include "nRF51Gap.h"
 #include "nRF51GattServer.h"
 
-/**************************************************************************/
-/*!
-    \brief
-
-*/
-/**************************************************************************/
-class nRF51822n : public BLEDeviceInstanceBase
+class nRF51822n : public BLEPeripheralInstanceBase
 {
 public:
     nRF51822n(void);