mbed
Fork of mbed-dev by
Diff: targets/TARGET_STM/sleep.c
- Revision:
- 182:57724642e740
- Parent:
- 181:96ed750bd169
--- a/targets/TARGET_STM/sleep.c Wed Jan 17 15:23:54 2018 +0000 +++ b/targets/TARGET_STM/sleep.c Fri Feb 16 16:09:33 2018 +0000 @@ -29,12 +29,8 @@ */ #if DEVICE_SLEEP -#include "cmsis.h" -#include "us_ticker_api.h" #include "sleep_api.h" #include "rtc_api_hal.h" -#include "hal_tick.h" -#include "mbed_critical.h" extern void HAL_SuspendTick(void); extern void HAL_ResumeTick(void);