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:
@@ -28,4 +28,7 @@ static inline void irq_restore(irqstatus_t flag) {
|
||||
SREG = flag;
|
||||
}
|
||||
|
||||
static inline void irq_poll(void) {
|
||||
}
|
||||
|
||||
#endif // irq.h
|
||||
|
||||
Reference in New Issue
Block a user