aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/test.c')
-rw-r--r--test/rt/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rt/test.c b/test/rt/test.c
index 0750a0d80..ce56dd5fa 100644
--- a/test/rt/test.c
+++ b/test/rt/test.c
@@ -229,7 +229,7 @@ void test_cpu_pulse(unsigned duration) {
do {
now = chThdGetTicksX(chThdGetSelfX());
#if defined(SIMULATOR)
- ChkIntSources();
+ _sim_check_for_interrupts();
#endif
}
while (end > start ? (now >= start) && (now < end) :