HW layer for the Nucleo board, it only work with old BLE_API

Dependents:   Hello_BLE F446RE-BLE

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
61:929885305c17
Parent:
60:b0b2d639c0f5
Child:
64:6d7b775c3f6d
--- a/BlueNRGGap.cpp	Fri Oct 17 08:48:48 2014 +0000
+++ b/BlueNRGGap.cpp	Wed Nov 12 09:41:31 2014 +0000
@@ -433,7 +433,7 @@
     
     //Re-Init the BTLE Device with SetAddress as true
     //if(BlueNRGDevice::getIsInitialized())//Re-init only initialization is already done
-    btle_init(isSetAddress);
+    btle_init(isSetAddress, D11, D12, D3);
     
     //if (ret==BLE_STATUS_SUCCESS)
     return BLE_ERROR_NONE;