mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
181:57724642e740
Parent:
180:96ed750bd169
Child:
186:707f6e361f3e
--- 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);