From d688b84d2585d3bedbd682417313bcb581b1a1fc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 13 Sep 2009 12:06:08 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1162 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/MSP430/chcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ports/GCC/MSP430') 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(); \ } -- cgit v1.2.3