Merge branch 'master' of ssh://home.hottis.de:2922/wolutator/mbusgateway3variant
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user