AP_Logger: fix build with mavlink debug enabled

This commit is contained in:
Lucas De Marchi 2022-01-03 00:54:29 -08:00 committed by Lucas De Marchi
parent 1ab005dc99
commit 83f20ac66a

View File

@ -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,