diff options
Diffstat (limited to 'src/chsys.c')
-rw-r--r-- | src/chsys.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chsys.c b/src/chsys.c index cedd3d28b..217e2f2da 100644 --- a/src/chsys.c +++ b/src/chsys.c @@ -75,7 +75,6 @@ void chSysInit(void) { chSysEnable(); /* - * The idle thread is created using the port-provided implementation. * This thread has the lowest priority in the system, its role is just to * serve interrupts in its context while keeping the lowest energy saving * mode compatible with the system status. |