Compilation fix for newer mbed-os
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/bluenrg-hci/ble_gp_timer.h
- Branch:
- 32a1a4d83f99e135d09aa957264b06deef14e976
- Revision:
- 290:d8faff21b01f
- Parent:
- 280:fbee0e3444be
--- 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