From d9ae213323d0a036b7f3594de6822413a4c312c6 Mon Sep 17 00:00:00 2001 From: klaar36 Date: Mon, 20 Mar 2017 17:57:16 +0100 Subject: TIMER_FREQ test program compilation fix --- src/devices/timer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/devices/timer.h') diff --git a/src/devices/timer.h b/src/devices/timer.h index aee6033..e2f0e0b 100644 --- a/src/devices/timer.h +++ b/src/devices/timer.h @@ -17,4 +17,7 @@ void timer_nsleep (int64_t nanoseconds); void timer_print_stats (void); +/* used by thread test programs */ +extern uint16_t TIMER_FREQ; + #endif /* devices/timer.h */ -- cgit v1.2.1