We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a7b89 commit a1a9051Copy full SHA for a1a9051
platform/mbed_sleep_manager.c
@@ -15,18 +15,18 @@
15
* limitations under the License.
16
*/
17
18
-#include "platform/mbed_assert.h"
19
-#include "platform/mbed_power_mgmt.h"
20
-#include "platform/mbed_critical.h"
21
-#include "sleep_api.h"
22
-#include "platform/mbed_error.h"
23
-#include "platform/mbed_stats.h"
24
-#include "us_ticker_api.h"
25
-#include "lp_ticker_api.h"
+#include "mbed_power_mgmt.h"
+#include "mbed_interface.h"
+#include "mbed_critical.h"
+#include "mbed_assert.h"
+#include "mbed_error.h"
+#include "mbed_stats.h"
+
+#include "hal/us_ticker_api.h"
26
+#include "hal/lp_ticker_api.h"
27
28
#include <limits.h>
29
#include <stdio.h>
-#include "platform/mbed_interface.h"
30
31
#if DEVICE_SLEEP
32
0 commit comments