diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
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
}
|