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

Fork of nRF51822 by Nordic Semiconductor

Revision:
67:e6cc149033a6
Parent:
57:2aa01a5008ac
Child:
71:f11b3e313843
diff -r b3680699d9a4 -r e6cc149033a6 nRF51GattServer.h
--- a/nRF51GattServer.h	Mon Sep 22 11:19:51 2014 +0100
+++ b/nRF51GattServer.h	Tue Sep 23 16:09:18 2014 +0100
@@ -23,8 +23,8 @@
 #include "GattService.h"
 #include "public/GattServer.h"
 
-#define BLE_TOTAL_CHARACTERISTICS 10
-#define BLE_TOTAL_DESCRIPTORS     10
+#define BLE_TOTAL_CHARACTERISTICS 24
+#define BLE_TOTAL_DESCRIPTORS     24
 
 class nRF51GattServer : public GattServer
 {