Compilation fix for newer mbed-os

Fork of X_NUCLEO_IDB0XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Vincent Coubard
Date:
Thu Sep 15 10:51:49 2016 +0100
Branch:
5a6a99c0b0df5543867f722a25b0869776e9dbaa
Parent:
281:bc99b05605cb
Child:
283:998f6b1fe1b7
Commit message:
Sync with 5a6a99c0b0df5543867f722a25b0869776e9dbaa

2016-07-28 15:38:43+02:00: Andrea Palmieri
Update include

Signed-off-by: Andrea Palmieri <andrea.palmieri@st.com>

Changed in this revision

x-nucleo-idb0xa1/bluenrg-hci/ble_hci.h Show annotated file Show diff for this revision Revisions of this file
--- a/x-nucleo-idb0xa1/bluenrg-hci/ble_hci.h	Thu Sep 15 10:51:48 2016 +0100
+++ b/x-nucleo-idb0xa1/bluenrg-hci/ble_hci.h	Thu Sep 15 10:51:49 2016 +0100
@@ -17,9 +17,9 @@
 #ifndef __HCI_H_
 #define __HCI_H_
 
-#include "hal_types.h"
-#include "link_layer.h"
-#include <list.h>
+#include "ble_hal_types.h"
+#include "ble_link_layer.h"
+#include <ble_list.h>
 
 #define HCI_READ_PACKET_SIZE                    128 //71
 
@@ -238,4 +238,4 @@
 extern tListNode hciReadPktPool;
 extern tListNode hciReadPktRxQueue;
 
-#endif /* __HCI_H_ */
+#endif /* __HCI_H_ */
\ No newline at end of file