Commit 4e3e6c35 authored by DonLakeFlyer's avatar DonLakeFlyer

Mavlink update

parent 13ca238f
Subproject commit fb411385d5f00300ab5d04c5adb08e7e17670d58
Subproject commit 9bc6f7d5ecb8c081b554cbd934a20290a5efa529
......@@ -607,7 +607,8 @@ void APMSensorsComponentController::nextClicked(void)
_vehicle->priorityLink()->mavlinkChannel(),
&msg,
0, // command
1); // result
1, // result
0); // progress
_vehicle->sendMessageOnLink(_vehicle->priorityLink(), msg);
......
......@@ -847,7 +847,8 @@ void MockLink::_handleCommandLong(const mavlink_message_t& msg)
mavlinkChannel(),
&commandAck,
request.command,
commandResult);
commandResult,
0);
respondWithMavlinkMessage(commandAck);
}
......
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