aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 3bee948cd..bb59c196e 100644
--- a/test/test.h
+++ b/test/test.h
@@ -55,6 +55,9 @@ extern "C" {
systime_t test_wait_tick(void);
void test_cpu_pulse(systime_t ms);
void test_start_timer(systime_t time);
+#if defined(WIN32)
+ void ChkIntSources(void);
+#endif
#ifdef __cplusplus
}
#endif