Skip to content

Commit c52e0dc

Browse files
committed
Update rtos_idle.h
Removed unnecessary loop function prototype.
1 parent 9db3247 commit c52e0dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/rtos/rtos/rtos_idle.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ extern "C" {
3030

3131
void rtos_attach_idle_hook(void (*fptr)(void));
3232

33-
void rtos_idle_loop(void);
34-
3533
#ifdef __cplusplus
3634
}
3735
#endif

0 commit comments

Comments
 (0)