mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
Commander: Do not acknowledge binding
This is now done in the respective modules directly and based on implementation and execution state.
This commit is contained in:
@@ -1197,10 +1197,6 @@ Commander::handle_command(const vehicle_command_s &cmd)
|
|||||||
}
|
}
|
||||||
|
|
||||||
case vehicle_command_s::VEHICLE_CMD_START_RX_PAIR:
|
case vehicle_command_s::VEHICLE_CMD_START_RX_PAIR:
|
||||||
/* just ack, implementation handled in the IO driver */
|
|
||||||
answer_command(cmd, vehicle_command_s::VEHICLE_CMD_RESULT_ACCEPTED);
|
|
||||||
break;
|
|
||||||
|
|
||||||
case vehicle_command_s::VEHICLE_CMD_CUSTOM_0:
|
case vehicle_command_s::VEHICLE_CMD_CUSTOM_0:
|
||||||
case vehicle_command_s::VEHICLE_CMD_CUSTOM_1:
|
case vehicle_command_s::VEHICLE_CMD_CUSTOM_1:
|
||||||
case vehicle_command_s::VEHICLE_CMD_CUSTOM_2:
|
case vehicle_command_s::VEHICLE_CMD_CUSTOM_2:
|
||||||
|
|||||||
Reference in New Issue
Block a user