Copter: AttControl param prefix shortened to ATC

This commit is contained in:
Randy Mackay 2014-02-03 13:28:13 +09:00 committed by Andrew Tridgell
parent 814157324d
commit 364946cb7f
1 changed files with 1 additions and 1 deletions

View File

@ -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_