MAVLink app: Fix non-enabled debug string output

This commit is contained in:
Lorenz Meier 2017-07-08 14:23:30 +02:00
parent 6f368f34d1
commit e8aa5a3172

View File

@ -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();