X_NUCLEO_IDB05A1

Dependencies:   mbed-os-example-ble-Advertising

Files at this revision

API Documentation at this revision

Comitter:
Vincent Coubard
Date:
Thu Sep 15 10:51:52 2016 +0100
Branch:
827fca974a672c59ad43e225f38d1f0c66c46af8
Parent:
284:6a7441796347
Child:
286:fb0d75790322
Commit message:
Sync with 827fca974a672c59ad43e225f38d1f0c66c46af8

2016-07-28 15:43:04+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_const.h Show annotated file Show diff for this revision Revisions of this file
--- 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