Compilation fix for newer mbed-os
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/bluenrg-hci/ble_hci_const.h
- Branch:
- 827fca974a672c59ad43e225f38d1f0c66c46af8
- Revision:
- 285:0e1570840658
- Parent:
- 280:fbee0e3444be
--- a/x-nucleo-idb0xa1/bluenrg-hci/ble_hci_const.h Thu Sep 15 10:51:51 2016 +0100 +++ b/x-nucleo-idb0xa1/bluenrg-hci/ble_hci_const.h Thu Sep 15 10:51:52 2016 +0100 @@ -10,11 +10,11 @@ #ifndef __HCI_INTERNAL_H_ #define __HCI_INTERNAL_H_ -#include "compiler.h" -#include "hal_types.h" -#include "clock.h" -#include "link_layer.h" -#include "hci.h" +#include "ble_compiler.h" +#include "ble_hal_types.h" +#include "ble_clock.h" +#include "ble_link_layer.h" +#include "ble_hci.h" #define DEFAULT_TIMEOUT (CLOCK_SECOND/10) @@ -560,4 +560,4 @@ int hci_send_req(struct hci_request *r, BOOL async); -#endif /* __HCI_INTERNAL_H_ */ +#endif /* __HCI_INTERNAL_H_ */ \ No newline at end of file