diff options
Diffstat (limited to 'src/linux/timer.c')
-rw-r--r-- | src/linux/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux/timer.c b/src/linux/timer.c index faf6a5d2..15e5ab76 100644 --- a/src/linux/timer.c +++ b/src/linux/timer.c @@ -106,7 +106,7 @@ timer_check_periodic(struct timespec *ts) * Timers ****************************************************************/ -DECL_CONSTANT(CLOCK_FREQ, CONFIG_CLOCK_FREQ); +DECL_CONSTANT("CLOCK_FREQ", CONFIG_CLOCK_FREQ); // Return the number of clock ticks for a given number of microseconds uint32_t |