Commander: Acknowledge pair commands

This commit is contained in:
Lorenz Meier 2016-12-23 16:08:26 +01:00
parent df5b29abce
commit 5d7d26531c
1 changed files with 2 additions and 1 deletions

View File

@ -4139,7 +4139,8 @@ void *commander_low_prio_loop(void *arg)
}
case vehicle_command_s::VEHICLE_CMD_START_RX_PAIR:
/* handled in the IO driver */
/* just ack, implementation handled in the IO driver */
answer_command(cmd, vehicle_command_s::VEHICLE_CMD_RESULT_ACCEPTED, command_ack_pub, command_ack);
break;
default: