git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8753 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-01-14 15:42:40 +00:00
parent f3edbee78a
commit 6e4f971d5f
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ void chSysInit(void) {
tp->stklim = THD_IDLE_BASE; tp->stklim = THD_IDLE_BASE;
#endif #endif
/* Runs the highest priority thread, the current one becomes the null /* Runs the highest priority thread, the current one becomes the idle
thread.*/ thread.*/
nil.current = nil.next = nil.threads; nil.current = nil.next = nil.threads;
port_switch(nil.current, tp); port_switch(nil.current, tp);