Remove IRAM_ATTR from InterruptHandler_PauseReceive

This commit is contained in:
2026-05-07 09:36:08 +02:00
parent 8960a285f7
commit d3406529cc
+1 -1
View File
@@ -94,7 +94,7 @@ void InterruptHandler_Stop(void)
detachInterrupt(digitalPinToInterrupt(DIN_FUNK));
}
IRAM_ATTR void InterruptHandler_PauseReceive()
void InterruptHandler_PauseReceive()
{
loopCountSincePause = 0u;
}