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.
2 parents e6f0bb2 + 06e7350 commit 43e90a3Copy full SHA for 43e90a3
libraries/SoftwareSerial/src/SoftwareSerial.cpp
@@ -594,6 +594,8 @@ void SoftwareSerial::rxEndOfByte()
594
595
rxInUse = false; //Release so that we can TX if needed
596
597
+ am_hal_gpio_interrupt_clear(AM_HAL_GPIO_BIT(_rxPad)); //Clear any residual PCIs
598
+
599
// Disable the timer interrupt in the NVIC.
600
NVIC_DisableIRQ(STIMER_CMPR7_IRQn);
601
}
0 commit comments