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 70c0ab9 + 43e90a3 commit 0a394dcCopy full SHA for 0a394dc
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