Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of X_NUCLEO_IDB0XA1 by
Revision 296:c52d3a301449, committed 2016-09-15
- Comitter:
- Vincent Coubard
- Date:
- Thu Sep 15 10:52:04 2016 +0100
- Branch:
- 4a39360fc405ea76c0d2834bca8d277b4af83f6e
- Parent:
- 295:480f017cd04d
- Child:
- 297:c26445716704
- Commit message:
- Sync with 4a39360fc405ea76c0d2834bca8d277b4af83f6e
2016-07-28 16:10:55+02:00: Andrea Palmieri
Update include
Signed-off-by: Andrea Palmieri <andrea.palmieri@st.com>
Changed in this revision
--- a/source/bluenrg-hci/hci/controller/bluenrg_gap_aci.c Thu Sep 15 10:52:03 2016 +0100 +++ b/source/bluenrg-hci/hci/controller/bluenrg_gap_aci.c Thu Sep 15 10:52:04 2016 +0100 @@ -13,7 +13,7 @@ * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ -#include "hal_types.h" +#include "ble_hal_types.h" #include "ble_osal.h" #include "ble_status.h" #include "ble_hal.h"
--- a/source/bluenrg-hci/hci/controller/bluenrg_gatt_aci.c Thu Sep 15 10:52:03 2016 +0100 +++ b/source/bluenrg-hci/hci/controller/bluenrg_gatt_aci.c Thu Sep 15 10:52:04 2016 +0100 @@ -13,12 +13,11 @@ * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ -#include "hal_types.h" -#include "osal.h" +#include "ble_hal_types.h" +#include "ble_osal.h" #include "ble_status.h" -#include "hal.h" -#include "osal.h" -#include "hci_const.h" +#include "ble_hal.h" +#include "ble_hci_const.h" #include "bluenrg_aci_const.h" #include "bluenrg_gatt_aci.h" #include "bluenrg_gatt_server.h" @@ -1469,4 +1468,4 @@ Osal_MemCpy(data, rp.value, MIN(data_len, *data_len_out_p)); return 0; -} +} \ No newline at end of file
--- a/source/bluenrg-hci/hci/controller/bluenrg_l2cap_aci.c Thu Sep 15 10:52:03 2016 +0100
+++ b/source/bluenrg-hci/hci/controller/bluenrg_l2cap_aci.c Thu Sep 15 10:52:04 2016 +0100
@@ -13,12 +13,12 @@
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*******************************************************************************/
-#include "hal_types.h"
-#include "osal.h"
+#include "ble_hal_types.h"
+#include "ble_osal.h"
#include "ble_status.h"
-#include "hal.h"
-#include "osal.h"
-#include "hci_const.h"
+#include "ble_hal.h"
+#include "ble_osal.h"
+#include "ble_hci_const.h"
#include "bluenrg_aci_const.h"
#include "bluenrg_hal_aci.h"
#include "bluenrg_gap.h"
@@ -115,4 +115,4 @@
return BLE_STATUS_TIMEOUT;
return status;
-}
+}
\ No newline at end of file
--- a/x-nucleo-idb0xa1/bluenrg-hci/ble_debug.h Thu Sep 15 10:52:03 2016 +0100 +++ b/x-nucleo-idb0xa1/bluenrg-hci/ble_debug.h Thu Sep 15 10:52:04 2016 +0100 @@ -1,6 +1,6 @@ /** ****************************************************************************** - * @file debug.h + * @file ble_debug.h * @author CL * @version V1.0.0 * @date 04-July-2014
