aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.h b/test/test.h
index bb59c196e..524907b76 100644
--- a/test/test.h
+++ b/test/test.h
@@ -22,7 +22,7 @@
#define MAX_THREADS 5
#define MAX_TOKENS 16
-#define DELAY_BETWEEN_TESTS 200
+#define DELAY_BETWEEN_TESTS MS2ST(200)
#if defined(CH_ARCHITECTURE_AVR) || defined(CH_ARCHITECTURE_MSP430)
#define THREADS_STACK_SIZE 64
@@ -53,8 +53,8 @@ extern "C" {
void test_terminate_threads(void);
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);
+ void test_cpu_pulse(unsigned ms);
+ void test_start_timer(unsigned ms);
#if defined(WIN32)
void ChkIntSources(void);
#endif