diff options
Diffstat (limited to 'src/sched.c')
-rw-r--r-- | src/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sched.c b/src/sched.c index 2ac1a929..539cb57b 100644 --- a/src/sched.c +++ b/src/sched.c @@ -9,7 +9,7 @@ #include <stddef.h> // NULL #include "autoconf.h" // CONFIG_* #include "board/irq.h" // irq_save -#include "board/timer.h" // timer_from_us +#include "board/misc.h" // timer_from_us #include "command.h" // shutdown #include "sched.h" // sched_from_us #include "stepper.h" // stepper_event |