Previous version which works for my stm32f401 Nucleo board
Fork of X_NUCLEO_IDB0XA1 by
Diff: BlueNRG_HCI/includes/hal.h
- Revision:
- 119:19128d9d254f
- Parent:
- 103:12684d94c3a6
- Child:
- 120:554a95afbd16
--- a/BlueNRG_HCI/includes/hal.h Mon Sep 07 13:41:39 2015 +0200 +++ b/BlueNRG_HCI/includes/hal.h Wed Sep 09 13:46:38 2015 +0200 @@ -86,7 +86,6 @@ * @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); /**