Browse Source

AP_Mount: use enum class for AltFrame enumeration

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
bdcb48d835
  1. 2
      libraries/AP_Mount/AP_Mount_Backend.cpp

2
libraries/AP_Mount/AP_Mount_Backend.cpp

@ -67,7 +67,7 @@ void AP_Mount_Backend::control(int32_t pitch_or_lat, int32_t roll_or_lon, int32_ @@ -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…
Cancel
Save