GCS_MAVLink: mark MAV_CMD_DO_REPOSITION as having a location

This commit is contained in:
Peter Barker 2022-02-07 11:09:10 +11:00 committed by Peter Barker
parent 2e804bb0d5
commit f25755a05f
1 changed files with 1 additions and 0 deletions

View File

@ -4500,6 +4500,7 @@ bool GCS_MAVLINK::command_long_stores_location(const MAV_CMD command)
case MAV_CMD_DO_SET_ROI:
case MAV_CMD_DO_SET_ROI_LOCATION:
case MAV_CMD_NAV_TAKEOFF:
case MAV_CMD_DO_REPOSITION:
return true;
default:
return false;