schedule next interrupt
This commit is contained in:
parent
31fcf27c5a
commit
2216589a3f
1 changed files with 3 additions and 0 deletions
3
cpu.cpp
3
cpu.cpp
|
@ -410,6 +410,9 @@ bool cpu::execute_any_pending_interrupt()
|
||||||
|
|
||||||
trap(v, i, true);
|
trap(v, i, true);
|
||||||
|
|
||||||
|
// when there are more interrupts scheduled, invoke them asap
|
||||||
|
trap_delay = initial_trap_delay;
|
||||||
|
|
||||||
#if defined(BUILD_FOR_RP2040)
|
#if defined(BUILD_FOR_RP2040)
|
||||||
xSemaphoreGive(qi_lock);
|
xSemaphoreGive(qi_lock);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue