disable show debug output

This commit is contained in:
2020-11-26 11:52:54 +01:00
parent 4e04ad6567
commit 3e1a7946c2
2 changed files with 4 additions and 5 deletions

View File

@ -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;
}