diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-27 08:33:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-09-27 08:33:34 +0000 |
commit | c95c06216f9869d959f6b116bc65bd5548cad801 (patch) | |
tree | dbe8ce477e601baf0e41280aec7404ca10fe2f4d /test | |
parent | 8feba91865981a1cb8b1ba12c4bce09997141f2f (diff) | |
download | ChibiOS-c95c06216f9869d959f6b116bc65bd5548cad801.tar.gz ChibiOS-c95c06216f9869d959f6b116bc65bd5548cad801.tar.bz2 ChibiOS-c95c06216f9869d959f6b116bc65bd5548cad801.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@445 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r-- | test/test.h | 3 |
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
|