diff options
Diffstat (limited to 'src/avr/timer.c')
-rw-r--r-- | src/avr/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/avr/timer.c b/src/avr/timer.c index e8880a64..fb8738cc 100644 --- a/src/avr/timer.c +++ b/src/avr/timer.c @@ -16,7 +16,7 @@ * Low level timer code ****************************************************************/ -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 |