mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
MAVLink app: Fix non-enabled debug string output
This commit is contained in:
parent
6f368f34d1
commit
e8aa5a3172
@ -124,7 +124,7 @@ int MavlinkCommandSender::handle_vehicle_command(const struct vehicle_command_s
|
||||
void MavlinkCommandSender::handle_mavlink_command_ack(const mavlink_command_ack_t &ack,
|
||||
uint8_t from_sysid, uint8_t from_compid)
|
||||
{
|
||||
CMD_DEBUG("handling result %d for command %d: %d from %d, %d",
|
||||
CMD_DEBUG("handling result %d for command %d: %d from %d",
|
||||
ack.result, ack.command, from_sysid, from_compid);
|
||||
lock();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user