diff options
Diffstat (limited to 'test/test.h')
-rw-r--r-- | test/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 468505d01..7a2e86f0b 100644 --- a/test/test.h +++ b/test/test.h @@ -53,11 +53,13 @@ extern "C" { void test_wait_threads(void);
systime_t test_wait_tick(void);
void test_cpu_pulse(systime_t ms);
+ void test_start_timer(systime_t time);
#ifdef __cplusplus
}
#endif
extern Thread *threads[MAX_THREADS];
extern void *wa[MAX_THREADS];
+extern bool_t test_timer_done;
#endif /* _TEST_H_ */
|