aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/MSP430
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-13 12:06:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-13 12:06:08 +0000
commitd688b84d2585d3bedbd682417313bcb581b1a1fc (patch)
treee85b89a70b154a1b07c6ae3513fdad2a8cfc0140 /os/ports/GCC/MSP430
parentc5496788e53c99371c2f4a36c67dcbf556176398 (diff)
downloadChibiOS-d688b84d2585d3bedbd682417313bcb581b1a1fc.tar.gz
ChibiOS-d688b84d2585d3bedbd682417313bcb581b1a1fc.tar.bz2
ChibiOS-d688b84d2585d3bedbd682417313bcb581b1a1fc.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1162 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/MSP430')
-rw-r--r--os/ports/GCC/MSP430/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/MSP430/chcore.h b/os/ports/GCC/MSP430/chcore.h
index f903a116a..8ae84b5c1 100644
--- a/os/ports/GCC/MSP430/chcore.h
+++ b/os/ports/GCC/MSP430/chcore.h
@@ -157,7 +157,7 @@ struct context {
* invoke system APIs.
*/
#define PORT_IRQ_EPILOGUE() { \
- if (chSchRescRequiredI()) \
+ if (chSchIsRescRequiredExI()) \
chSchDoRescheduleI(); \
}