Browse Source

AP_L1_Control: use AP_GROUPINFO instead of AP_GROUPINFO_FRAME

apm_2208
Tatsuya Yamaguchi 3 years ago committed by Andrew Tridgell
parent
commit
78699e39d5
  1. 2
      libraries/AP_L1_Control/AP_L1_Control.cpp

2
libraries/AP_L1_Control/AP_L1_Control.cpp

@ -36,7 +36,7 @@ const AP_Param::GroupInfo AP_L1_Control::var_info[] = { @@ -36,7 +36,7 @@ const AP_Param::GroupInfo AP_L1_Control::var_info[] = {
// @Units: deg
// @Range: 0 89
// @User: Advanced
AP_GROUPINFO_FRAME("LIM_BANK", 3, AP_L1_Control, _loiter_bank_limit, 0.0f, AP_PARAM_FRAME_PLANE),
AP_GROUPINFO("LIM_BANK", 3, AP_L1_Control, _loiter_bank_limit, 0.0f),
AP_GROUPEND
};

Loading…
Cancel
Save