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:
105:332f93cd06b7
Parent:
103:12684d94c3a6
Child:
110:1232b39de5cc
diff -r dfde0e42edf1 -r 332f93cd06b7 BlueNRG_HCI/includes/hal.h
--- a/BlueNRG_HCI/includes/hal.h	Mon Jul 27 13:51:00 2015 +0200
+++ b/BlueNRG_HCI/includes/hal.h	Tue Aug 11 11:36:13 2015 +0200
@@ -87,7 +87,6 @@
  * @param[in]  n_bytes2 number of bytes in 2nd buffer
  */
 //void Hal_Write_Serial(const void* data1, const void* data2, uint16_t n_bytes1, uint16_t n_bytes2);
-void Hal_Write_Serial(const void* data1, const void* data2, int32_t n_bytes1, int32_t n_bytes2);
 
 /**
  * Enable interrupts from HCI controller.