GCS_MAVLink: Remove unreachable return in handle_command_mount()

This commit is contained in:
Nick Exton 2023-08-23 11:59:29 +10:00 committed by Peter Barker
parent 1ae25d9a61
commit fad1f35d93

View File

@ -4633,7 +4633,6 @@ MAV_RESULT GCS_MAVLINK::handle_command_mount(const mavlink_command_long_t &packe
return MAV_RESULT_UNSUPPORTED;
}
return mount->handle_command_long(packet, msg);
return MAV_RESULT_UNSUPPORTED;
}
#endif