Commit 19a63525 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix COMMAND_LONG send

parent 671f55e5
......@@ -2978,7 +2978,6 @@ void Vehicle::_sendMavCommandAgain(void)
&msg,
&cmd);
} else {
mavlink_message_t msg;
mavlink_command_long_t cmd;
memset(&cmd, 0, sizeof(cmd));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment