Skip to content

Commit 2a585ea

Browse files
committed
Include new "platform/sleep.h" file
1 parent 109faa1 commit 2a585ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/rtos_idle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
#include "rtos/rtos_idle.h"
24-
#include "sleep_api.h"
24+
#include "platform/sleep.h"
2525

2626
static void default_idle_hook(void)
2727
{

0 commit comments

Comments
 (0)