Compilation fix for newer mbed-os
Fork of X_NUCLEO_IDB0XA1 by
Revision 284:6a7441796347, committed 2016-09-15
- Comitter:
- Vincent Coubard
- Date:
- Thu Sep 15 10:51:51 2016 +0100
- Branch:
- 408dd237072462ac62f6cccd90aba682edefc503
- Parent:
- 283:998f6b1fe1b7
- Child:
- 285:0e1570840658
- Commit message:
- Sync with 408dd237072462ac62f6cccd90aba682edefc503
2016-07-28 15:41:39+02:00: Andrea Palmieri
Update include
Signed-off-by: Andrea Palmieri <andrea.palmieri@st.com>
Changed in this revision
x-nucleo-idb0xa1/bluenrg-hci/bluenrg_aci_const.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/x-nucleo-idb0xa1/bluenrg-hci/bluenrg_aci_const.h Thu Sep 15 10:51:50 2016 +0100 +++ b/x-nucleo-idb0xa1/bluenrg-hci/bluenrg_aci_const.h Thu Sep 15 10:51:51 2016 +0100 @@ -16,9 +16,9 @@ #ifndef __BLUENRG_ACI_CONST_H_ #define __BLUENRG_ACI_CONST_H_ -#include "compiler.h" -#include "link_layer.h" -#include "hci_const.h" +#include "ble_compiler.h" +#include "ble_link_layer.h" +#include "ble_hci_const.h" #include "bluenrg_gatt_server.h" #ifndef DOXYGEN_SHOULD_SKIP_THIS @@ -777,4 +777,4 @@ * @} */ -#endif /* __BLUENRG_ACI_CONST_H_ */ +#endif /* __BLUENRG_ACI_CONST_H_ */ \ No newline at end of file