bluetooth control motor
Dependents: BLE_LED_IDB0XA1_demo MOTOR_BLE_V2 Motor_Ble_v1 Motor_Ble_v10223 ... more
Fork of X_NUCLEO_IDB0XA1 by
Revision 290:d8faff21b01f, committed 2016-09-15
- Comitter:
- Vincent Coubard
- Date:
- Thu Sep 15 10:51:57 2016 +0100
- Branch:
- 32a1a4d83f99e135d09aa957264b06deef14e976
- Parent:
- 289:980efe0d2975
- Child:
- 291:79456beaef49
- Commit message:
- Sync with 32a1a4d83f99e135d09aa957264b06deef14e976
2016-07-28 15:48:23+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_gp_timer.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/x-nucleo-idb0xa1/bluenrg-hci/ble_gp_timer.h Thu Sep 15 10:51:56 2016 +0100 +++ b/x-nucleo-idb0xa1/bluenrg-hci/ble_gp_timer.h Thu Sep 15 10:51:57 2016 +0100 @@ -16,7 +16,7 @@ #ifndef __GP_TIMER_H__ #define __GP_TIMER_H__ -#include "clock.h" +#include "ble_clock.h" #include "ble_status.h" #ifdef __DMA_LP__ #include "stm32xx_timerserver.h" @@ -102,4 +102,4 @@ tBleStatus Blue_NRG_HCI_Timer_Stop(uint8_t timerID); #endif /* __DMA_LP__ */ -#endif /* __GP_TIMER_H__ */ +#endif /* __GP_TIMER_H__ */ \ No newline at end of file