mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_Mission: Share the method RETURN
This commit is contained in:
parent
cd49f3b6ba
commit
f7b8be672b
@ -245,9 +245,7 @@ bool AP_Mission::start_command_do_gimbal_manager_pitchyaw(const AP_Mission::Miss
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif // HAL_MOUNT_ENABLED
|
||||
// if we got this far then message is not handled
|
||||
return false;
|
||||
#else
|
||||
return false;
|
||||
#endif // HAL_MOUNT_ENABLED
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user