GCS_MAVLink: correct deferred body timing debug

This commit is contained in:
Peter Barker 2019-06-25 16:43:12 +10:00 committed by Peter Barker
parent dc75f382b8
commit 278ac5e6ed

View File

@ -1434,7 +1434,7 @@ void GCS_MAVLINK::update_send()
} }
#if GCS_DEBUG_SEND_MESSAGE_TIMINGS #if GCS_DEBUG_SEND_MESSAGE_TIMINGS
uint32_t retry_deferred_body_start = 0; uint32_t retry_deferred_body_start = AP_HAL::micros();
#endif #endif
const uint32_t start = AP_HAL::millis(); const uint32_t start = AP_HAL::millis();