diff options
Diffstat (limited to 'ports')
-rw-r--r-- | ports/MSP430/chcore.h | 2 |
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(); \
}
|