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

Fork of nRF51822 by Nordic Semiconductor

Revision:
78:9a5ba2c5d53c
Parent:
66:b3680699d9a4
Child:
82:6c51cbe4bc12
--- a/nRF51GattServer.cpp	Fri Nov 21 10:00:41 2014 +0000
+++ b/nRF51GattServer.cpp	Fri Nov 21 10:00:41 2014 +0000
@@ -300,3 +300,10 @@
         }
     }
 }
+
+ble_error_t
+nRF51GattServer::initializeGATTDatabase(void)
+{
+    /* Empty. Services are populated in the GattDatabase through addService(). */
+    return BLE_ERROR_NONE;
+}
\ No newline at end of file