gjhn

Dependents:   BLE_GENERALE

Fork of X_NUCLEO_IDB0XA1 by ST

Branch:
5a6a99c0b0df5543867f722a25b0869776e9dbaa
Revision:
282:27ead63b6cfc
Parent:
280:fbee0e3444be
--- 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