AP_BLHeli: log bad telem CRCs

This commit is contained in:
Andrew Tridgell 2018-04-08 21:23:50 +10:00
parent 96cc657bd0
commit a2351bf99f

View File

@ -1247,6 +1247,7 @@ void AP_BLHeli::read_telemetry_packet(void)
if (buf[telem_packet_size-1] != crc) {
// bad crc
debug("Bad CRC on %u\n", last_telem_esc);
return;
}
uint8_t temperature = buf[0];