diff options
Diffstat (limited to 'src/generic/timer_irq.c')
-rw-r--r-- | src/generic/timer_irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generic/timer_irq.c b/src/generic/timer_irq.c index 6c14f9ae..127601e2 100644 --- a/src/generic/timer_irq.c +++ b/src/generic/timer_irq.c @@ -10,7 +10,7 @@ #include "board/timer_irq.h" // timer_dispatch_many #include "basecmd.h" // stats_note_sleep #include "command.h" // shutdown -#include "sched.h" // sched_timer_kick +#include "sched.h" // sched_timer_dispatch DECL_CONSTANT(CLOCK_FREQ, CONFIG_CLOCK_FREQ); |