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:
110:1232b39de5cc
Parent:
105:332f93cd06b7
Child:
120:554a95afbd16
--- a/BlueNRG_HCI/includes/hal.h	Mon Sep 07 10:35:29 2015 +0000
+++ b/BlueNRG_HCI/includes/hal.h	Wed Sep 09 10:35:54 2015 +0000
@@ -86,7 +86,7 @@
  * @param[in]  n_bytes1 number of bytes in 1st buffer
  * @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.