diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-03-11 14:24:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-03-11 14:24:02 +0000 |
commit | 89788b3234417d8aea3d5e34d78bf24c4e1da444 (patch) | |
tree | 1704eebea5af24a960d920e514eb151ee4cfeeb2 /src/chsys.c | |
parent | 80a8621ec04e3fa9588ad09cbf0f1b6da1429776 (diff) | |
download | ChibiOS-89788b3234417d8aea3d5e34d78bf24c4e1da444.tar.gz ChibiOS-89788b3234417d8aea3d5e34d78bf24c4e1da444.tar.bz2 ChibiOS-89788b3234417d8aea3d5e34d78bf24c4e1da444.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@831 35acf78f-673a-0410-8e92-d51de3d6d3f4
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. |