mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
GCS_MAVLink: correct deferred body timing debug
This commit is contained in:
parent
dc75f382b8
commit
278ac5e6ed
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user