adjust insert script
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user