git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@445 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-09-27 08:33:34 +00:00
parent 8feba91865
commit c95c06216f
1 changed files with 3 additions and 0 deletions

View File

@ -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