Previous version which works for my stm32f401 Nucleo board

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
67:23f9772ef7bf
Parent:
66:8c8813dd8e79
--- a/BlueNRGGattServer.cpp	Wed Apr 01 09:48:50 2015 +0000
+++ b/BlueNRGGattServer.cpp	Thu Apr 02 10:02:59 2015 +0000
@@ -369,4 +369,7 @@
 }
 
     
-
+ble_error_t BlueNRGGattServer::initializeGATTDatabase(void)   {
+    // <TODO>    
+    return (ble_error_t)0;       
+}