mirror of https://github.com/ArduPilot/ardupilot
Copter: AttControl param prefix shortened to ATC
This commit is contained in:
parent
814157324d
commit
364946cb7f
|
@ -1018,7 +1018,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||
#else
|
||||
// @Group: ATCON_
|
||||
// @Path: ../libraries/AC_AttitudeControl/AC_AttitudeControl.cpp
|
||||
GOBJECT(attitude_control, "ATTCON_", AC_AttitudeControl),
|
||||
GOBJECT(attitude_control, "ATC_", AC_AttitudeControl),
|
||||
#endif
|
||||
|
||||
// @Group: POSCON_
|
||||
|
|
Loading…
Reference in New Issue