aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-13 12:25:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-09-13 12:25:29 +0000
commit5c75ead6a5bfb30df949f69e2fd3c90c62ac233f (patch)
treeaab59174f650e698bb3f72913e96cdb4f3ca0aa3 /test
parentd688b84d2585d3bedbd682417313bcb581b1a1fc (diff)
downloadChibiOS-5c75ead6a5bfb30df949f69e2fd3c90c62ac233f.tar.gz
ChibiOS-5c75ead6a5bfb30df949f69e2fd3c90c62ac233f.tar.bz2
ChibiOS-5c75ead6a5bfb30df949f69e2fd3c90c62ac233f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1163 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r--test/coverage/chcore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/coverage/chcore.c b/test/coverage/chcore.c
index b5191aa6c..9ec3dd9f5 100644
--- a/test/coverage/chcore.c
+++ b/test/coverage/chcore.c
@@ -60,7 +60,7 @@ void ChkIntSources(void) {
bool_t rflag = FALSE;
if (sd_lld_interrupt_pending()) {
- if (chSchRescRequiredI())
+ if (chSchIsRescRequiredExI())
rflag = TRUE;
}
@@ -69,7 +69,7 @@ void ChkIntSources(void) {
if (n.QuadPart > nextcnt.QuadPart) {
nextcnt.QuadPart += slice.QuadPart;
chSysTimerHandlerI();
- if (chSchRescRequiredI())
+ if (chSchIsRescRequiredExI())
rflag = TRUE;
}