mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // HAL_MOUNT_ENABLED
|
||||||
// if we got this far then message is not handled
|
// if we got this far then message is not handled
|
||||||
return false;
|
return false;
|
||||||
#else
|
|
||||||
return false;
|
|
||||||
#endif // HAL_MOUNT_ENABLED
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user