mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-21 21:58:05 -06:00
irq: Add an irq_poll() stub for board code
Allow the board specific code to run checks prior to running each task. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
c35278e217
commit
969ee4c8f9
6 changed files with 17 additions and 0 deletions
|
@ -47,6 +47,11 @@ irq_restore(irqstatus_t flag)
|
|||
Interrupt_off = flag;
|
||||
}
|
||||
|
||||
void
|
||||
irq_poll(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/****************************************************************
|
||||
* Timers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue