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

Fork of nRF51822 by Nordic Semiconductor

Revision:
103:138bdc859cc9
Parent:
96:f98c65780f4a
Child:
127:bd1e1fe607e0
diff -r bdc690669431 -r 138bdc859cc9 nRF51822n.h
--- a/nRF51822n.h	Mon Mar 23 16:27:00 2015 +0000
+++ b/nRF51822n.h	Wed Apr 15 08:59:11 2015 +0100
@@ -17,11 +17,6 @@
 #ifndef __NRF51822_H__
 #define __NRF51822_H__
 
-#define NRF51
-#define DEBUG_NRF_USER
-#define BLE_STACK_SUPPORT_REQD
-#define BOARD_PCA10001
-
 #include "mbed.h"
 #include "blecommon.h"
 #include "BLEDevice.h"