mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-10 00:07:54 -06:00
generic: Move board timer.h files into generic/misc.h
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
9971f999b3
commit
9f8817a47e
5 changed files with 8 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue