aboutsummaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-07 15:47:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-07 15:47:40 +0000
commit3f9aac327ba999d67f9501ebf590d171e496b448 (patch)
tree669f25576940d178d74ee31c6d0cd5e6c4b0edf6 /ports
parentf5551fd8d6e8b7db2537d8ec14b936d2ad897441 (diff)
downloadChibiOS-3f9aac327ba999d67f9501ebf590d171e496b448.tar.gz
ChibiOS-3f9aac327ba999d67f9501ebf590d171e496b448.tar.bz2
ChibiOS-3f9aac327ba999d67f9501ebf590d171e496b448.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@284 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports')
-rw-r--r--ports/MSP430/chcore.h2
1 files changed, 1 insertions, 1 deletions
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(); \
}