From 3f9aac327ba999d67f9501ebf590d171e496b448 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 7 May 2008 15:47:40 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@284 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/MSP430/chcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports') diff --git a/ports/MSP430/chcore.h b/ports/MSP430/chcore.h index b67e90d26..b6991baa2 100644 --- a/ports/MSP430/chcore.h +++ b/ports/MSP430/chcore.h @@ -79,7 +79,7 @@ typedef struct { #define chSysIRQEnterI() #define chSysIRQExitI() { \ - if (chSchRescRequiredI1()) \ + if (chSchRescRequiredI()) \ chSchDoRescheduleI(); \ } -- cgit v1.2.3