We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512b291 commit 68706d6Copy full SHA for 68706d6
cores/rp2040/wiring_private.cpp
@@ -62,6 +62,7 @@ extern "C" void interrupts() {
62
#else
63
uint32_t mask = _irqStack[core] & 1;
64
_irqStack[core] >>= 1;
65
+ _irqStackTop[core]--;
66
restore_interrupts(mask);
67
#endif
68
}
0 commit comments