AP_BLHeli: trim annoying LF from debug "Bad CRC" line
This commit is contained in:
parent
67e4756f19
commit
3bf1ac5918
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user