adjust insert script

This commit is contained in:
2020-11-25 15:15:27 +01:00
parent 7a12bba4df
commit 56ac741079
2 changed files with 6 additions and 3 deletions

View File

@ -284,7 +284,7 @@ void mbusCommISR() {
}
if ((isrflags & USART_SR_NE) != RESET) {
mbusCommStats.uartNoiseErrCnt += 1;
// do not consider noise as an error
// do not consider noise as an error for the moment
// errorFound = true;
}
mbusCommStats.uartOctetCnt += 1;