Merge branch 'master' of ssh://home.hottis.de:2922/wolutator/mbusgateway3variant

This commit is contained in:
2020-11-26 09:43:07 +01:00
2 changed files with 6 additions and 3 deletions

View File

@ -289,7 +289,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;