occasional tunerstudio CRC errors #1943

third time a charm?
This commit is contained in:
rusefillc 2020-11-17 23:47:35 -05:00
parent 5118a67f89
commit 28e65e8fea
1 changed files with 1 additions and 5 deletions

View File

@ -311,17 +311,13 @@ void sr5WriteCrcPacket(ts_channel_s *tsChannel, uint8_t responseCode, const uint
return;
}
#endif /* TS_CAN_DEVICE */
/*
if (size <= BLOCKING_FACTOR + 7) {
// small packets use small packet optimization
sr5WriteCrcPacketSmall(tsChannel, responseCode, buf, size);
} else {
*/
sr5WriteCrcPacketLarge(tsChannel, responseCode, buf, size);
/*
}
*/
sr5FlushData(tsChannel);
}