mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Mount: use enum class for AltFrame enumeration
This commit is contained in:
parent
9ab33fd3c4
commit
bdcb48d835
@ -67,7 +67,7 @@ void AP_Mount_Backend::control(int32_t pitch_or_lat, int32_t roll_or_lon, int32_
|
||||
pitch_or_lat,
|
||||
roll_or_lon,
|
||||
yaw_or_alt,
|
||||
Location::ALT_FRAME_ABOVE_HOME
|
||||
Location::AltFrame::ABOVE_HOME
|
||||
};
|
||||
set_roi_target(target_location);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user