mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 09:33:59 -03:00
GCS_Common: handle CMD_DO_SET_ROI_NONE for command int packets
This commit is contained in:
parent
113ed38f82
commit
ec79c3ffae
@ -5116,6 +5116,8 @@ MAV_RESULT GCS_MAVLINK::handle_command_int_packet(const mavlink_command_int_t &p
|
|||||||
return handle_command_do_set_roi(packet);
|
return handle_command_do_set_roi(packet);
|
||||||
case MAV_CMD_DO_SET_ROI_SYSID:
|
case MAV_CMD_DO_SET_ROI_SYSID:
|
||||||
return handle_command_do_set_roi_sysid(packet);
|
return handle_command_do_set_roi_sysid(packet);
|
||||||
|
case MAV_CMD_DO_SET_ROI_NONE:
|
||||||
|
return handle_command_do_set_roi_none();
|
||||||
case MAV_CMD_DO_SET_HOME:
|
case MAV_CMD_DO_SET_HOME:
|
||||||
return handle_command_int_do_set_home(packet);
|
return handle_command_int_do_set_home(packet);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user