Previous version which works for my stm32f401 Nucleo board

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
128:46ae62a90136
Parent:
120:554a95afbd16
--- a/BlueNRGDevice.h	Thu Sep 17 10:32:34 2015 +0200
+++ b/BlueNRGDevice.h	Tue Oct 06 12:12:37 2015 +0200
@@ -62,7 +62,7 @@
     virtual GattServer& getGattServer();
     virtual const GattServer& getGattServer() const;
     virtual void        waitForEvent(void);
-    
+
     virtual GattClient& getGattClient() {
         return *gattClient;
     }
@@ -90,7 +90,7 @@
     DigitalOut  nCS_;
     DigitalOut  rst_;
     InterruptIn irq_;
-
+    
     //FIXME: TBI (by now just placeholders to let build
     /*** betzw: placeholders ***/
     GattClient *gattClient;