From ec0a917ae1bef32f1848161e759ef98542327523 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 3 Mar 2008 15:52:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@212 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chschd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chschd.c') diff --git a/src/chschd.c b/src/chschd.c index 1242ea275..4f92f92ce 100644 --- a/src/chschd.c +++ b/src/chschd.c @@ -181,7 +181,7 @@ void chSchRescheduleS(void) { * @return \p TRUE if there is a thread that should go in running state * immediatly else \p FALSE. */ -BOOL chSchRescRequiredI(void) { +t_bool chSchRescRequiredI(void) { if (isempty(&rlist.r_queue)) return FALSE; -- cgit v1.2.3