chg: more adjustments

This commit is contained in:
iceman1001 2017-12-06 00:17:49 +01:00
commit e5f92935a1
2 changed files with 6 additions and 3 deletions

View file

@ -2755,8 +2755,11 @@ void DetectNACKbug() {
par[0]++;
// tried all 256 possible parities without success.
if (par[0] == 0)
if (par[0] == 0) {
if ( num_nacks == 1 )
isOK = 1;
break;
}
// reset the resyncs since we got a complete transaction on right time.
consecutive_resyncs = 0;