bluetooth control motor
Dependents: BLE_LED_IDB0XA1_demo MOTOR_BLE_V2 Motor_Ble_v1 Motor_Ble_v10223 ... more
Fork of X_NUCLEO_IDB0XA1 by
Diff: source/bluenrg-hci/hci/ble_hci.c
- Branch:
- 32241492098bb4d0cd62a16975725a4374ad7ecc
- Revision:
- 294:fd19310b086d
- Parent:
- 280:fbee0e3444be
--- a/source/bluenrg-hci/hci/ble_hci.c Thu Sep 15 10:52:00 2016 +0100 +++ b/source/bluenrg-hci/hci/ble_hci.c Thu Sep 15 10:52:02 2016 +0100 @@ -1,6 +1,6 @@ /** ****************************************************************************** - * @file hci.c + * @file ble_hci.c * @author AMS/HESA Application Team * @brief Function for managing HCI interface. ****************************************************************************** @@ -16,13 +16,13 @@ * <h2><center>© COPYRIGHT 2013 STMicroelectronics</center></h2> */ -#include "hal_types.h" -#include "osal.h" +#include "ble_hal_types.h" +#include "ble_osal.h" #include "ble_status.h" -#include "hal.h" -#include "hci_const.h" -#include "gp_timer.h" -#include "debug.h" +#include "ble_hal.h" +#include "ble_hci_const.h" +#include "ble_gp_timer.h" +#include "ble_debug.h" #include "stm32_bluenrg_ble.h"