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

Fork of nRF51822 by Nordic Semiconductor

Revision:
134:df7e7964a9c3
Parent:
127:bd1e1fe607e0
Child:
151:e093294d98fb
diff -r 74079098b3c9 -r df7e7964a9c3 nRF51822n.h
--- a/nRF51822n.h	Fri May 08 15:33:55 2015 +0100
+++ b/nRF51822n.h	Fri May 08 15:33:56 2015 +0100
@@ -23,6 +23,7 @@
 #include "nRF51Gap.h"
 #include "nRF51GattServer.h"
 #include "btle.h"
+#include "btle_security.h"
 
 class nRF51822n : public BLEDeviceInstanceBase
 {