Update rtos_idle.h

Removed unnecessary loop function prototype.
pull/1597/head
Neil Thiessen 2016-03-08 10:55:56 -07:00
parent 9db32475d6
commit c52e0dce48
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ extern "C" {
void rtos_attach_idle_hook(void (*fptr)(void));
void rtos_idle_loop(void);
#ifdef __cplusplus
}
#endif