aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index f4272ca14..623545318 100644
--- a/test/test.c
+++ b/test/test.c
@@ -189,7 +189,7 @@ void test_cpu_pulse(unsigned duration) {
end = start + MS2ST(duration);
do {
now = chThdSelf()->p_time;
-#if defined(WIN32)
+#if defined(SIMULATOR)
ChkIntSources();
#endif
}