HW layer for the Nucleo board, it only work with old BLE_API
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: BlueNRG_HCI/includes/compiler.h
- Revision:
- 72:730717ed87de
- Parent:
- 70:d20d30f59b1c
--- a/BlueNRG_HCI/includes/compiler.h Tue Jun 09 10:52:16 2015 +0200 +++ b/BlueNRG_HCI/includes/compiler.h Wed Jun 10 15:35:32 2015 +0200 @@ -29,6 +29,6 @@ #endif /* Change this define to 1 if zero-length arrays are not supported by your compiler. */ -#define VARIABLE_SIZE 0 +#define VARIABLE_SIZE 1 #endif /* DOXYGEN_SHOULD_SKIP_THIS */