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:
13:4c30346287e4
Parent:
10:814262eb0746
Child:
26:047d45ea379e
--- a/BlueNRGGattServer.h	Tue Aug 05 06:33:39 2014 +0000
+++ b/BlueNRGGattServer.h	Tue Aug 05 14:03:20 2014 +0000
@@ -18,7 +18,7 @@
 #define __BLUENRG_GATT_SERVER_H__
 
 #include "mbed.h"
-//#include "blecommon.h"
+#include "blecommon.h"
 #include "btle.h"
 #include "GattService.h"
 #include "hw/GattServer.h"