AP_BLHeli: trim annoying LF from debug "Bad CRC" line

This commit is contained in:
Peter Barker 2020-05-24 11:29:29 +10:00 committed by Andrew Tridgell
parent 67e4756f19
commit 3bf1ac5918

View File

@ -1385,7 +1385,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);
debug("Bad CRC on %u", last_telem_esc);
return;
}
struct telem_data td;