disable show debug output
This commit is contained in:
@ -275,7 +275,6 @@ void mbusCommISR() {
|
||||
// They will be cleared by reading SR (already done above) followed by reading DR (below).
|
||||
bool errorFound = false;
|
||||
if ((isrflags & USART_SR_ORE) != RESET) {
|
||||
show(DEBUG_2, TOGGLE);
|
||||
mbusCommStats.uartOverrunCnt += 1;
|
||||
errorFound = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user