Skip to content
Snippets Groups Projects
Commit c73944c7 authored by Julien Lecoeur's avatar Julien Lecoeur Committed by Lorenz Meier
Browse files

Mavlink: initialize _ping_stats

Uninitialized `_ping_stats.last_ping_time` caused ping statistics to be printed even when no ping was received.
parent 96443b3c
No related branches found
No related tags found
No related merge requests found
......@@ -259,6 +259,7 @@ Mavlink::Mavlink() :
_network_port(14556),
_remote_port(DEFAULT_REMOTE_PORT_UDP),
_rstatus {},
_ping_stats{},
_message_buffer {},
_message_buffer_mutex {},
_send_mutex {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment