From 5c75ead6a5bfb30df949f69e2fd3c90c62ac233f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 13 Sep 2009 12:25:29 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1163 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/GNU-Linux-GCC/chcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/GNU-Linux-GCC/chcore.c') diff --git a/demos/GNU-Linux-GCC/chcore.c b/demos/GNU-Linux-GCC/chcore.c index e75776e95..e7116edb4 100644 --- a/demos/GNU-Linux-GCC/chcore.c +++ b/demos/GNU-Linux-GCC/chcore.c @@ -61,7 +61,7 @@ void ChkIntSources(void) { pending = FALSE; } - if (chSchRescRequiredI()) + if (chSchIsRescRequiredExI()) chSchDoRescheduleI(); } -- cgit v1.2.3