mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-16 10:16:05 +01: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:
@@ -6,10 +6,10 @@
|
||||
|
||||
#include <avr/interrupt.h> // TCNT1
|
||||
#include "autoconf.h" // CONFIG_AVR_CLKPR
|
||||
#include "board/misc.h" // timer_from_us
|
||||
#include "command.h" // shutdown
|
||||
#include "irq.h" // irq_save
|
||||
#include "sched.h" // sched_timer_kick
|
||||
#include "timer.h" // timer_from_us
|
||||
|
||||
|
||||
/****************************************************************
|
||||
|
||||
Reference in New Issue
Block a user