From c95c06216f9869d959f6b116bc65bd5548cad801 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 27 Sep 2008 08:33:34 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@445 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/test.h | 3 +++ 1 file changed, 3 insertions(+) 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