mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
AP_Logger: fix build with mavlink debug enabled
This commit is contained in:
parent
1ab005dc99
commit
83f20ac66a
@ -352,7 +352,7 @@ void AP_Logger_MAVLink::stats_log()
|
||||
Write_logger_MAV(*this);
|
||||
#if REMOTE_LOG_DEBUGGING
|
||||
printf("D:%d Retry:%d Resent:%d SF:%d/%d/%d SP:%d/%d/%d SS:%d/%d/%d SR:%d/%d/%d\n",
|
||||
dropped,
|
||||
_dropped,
|
||||
_blocks_retry.sent_count,
|
||||
stats.resends,
|
||||
stats.state_free_min,
|
||||
|
Loading…
Reference in New Issue
Block a user