Remove IRAM_ATTR from InterruptHandler_PauseReceive
This commit is contained in:
@@ -94,7 +94,7 @@ void InterruptHandler_Stop(void)
|
|||||||
detachInterrupt(digitalPinToInterrupt(DIN_FUNK));
|
detachInterrupt(digitalPinToInterrupt(DIN_FUNK));
|
||||||
}
|
}
|
||||||
|
|
||||||
IRAM_ATTR void InterruptHandler_PauseReceive()
|
void InterruptHandler_PauseReceive()
|
||||||
{
|
{
|
||||||
loopCountSincePause = 0u;
|
loopCountSincePause = 0u;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user