From 6e4f971d5f5f12e96581d8b7221afc81d923cd7c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 14 Jan 2016 15:42:40 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8753 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/nil/src/nil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/nil/src/nil.c b/os/nil/src/nil.c index d983a5f44..766f17162 100644 --- a/os/nil/src/nil.c +++ b/os/nil/src/nil.c @@ -101,7 +101,7 @@ void chSysInit(void) { tp->stklim = THD_IDLE_BASE; #endif - /* Runs the highest priority thread, the current one becomes the null + /* Runs the highest priority thread, the current one becomes the idle thread.*/ nil.current = nil.next = nil.threads; port_switch(nil.current, tp);