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:
60:b0b2d639c0f5
Parent:
0:309c845d289d
--- a/hci/inc/hal.h	Fri Oct 17 08:30:47 2014 +0000
+++ b/hci/inc/hal.h	Fri Oct 17 08:48:48 2014 +0000
@@ -64,19 +64,19 @@
  * @param[in]  data1    1st buffer
  * @param[in]  data2    2nd buffer
  * @param[in]  n_bytes1 number of bytes in 1st buffer
- * @param[in]  n_bytes2 number of bytes in 2nd buffer
+ * @param[in]  n_byt//es2 number of bytes in 2nd buffer
  */
-void Hal_Write_Serial(const void* data1, const void* data2, tHalInt32 n_bytes1, tHalInt32 n_bytes2);
+//void Hal_Write_Serial(const void* data1, const void* data2, tHalInt32 n_bytes1, tHalInt32 n_bytes2);
 
 /**
  * Enable interrupts from HCI controller.
  */
-void Enable_SPI_IRQ(void);
+//void Enable_SPI_IRQ(void);
 
 /**
  * Disable interrupts from BLE controller.
  */
-void Disable_SPI_IRQ(void);
+//void Disable_SPI_IRQ(void);