Copter: pos_control param prefix shortened to PSC

This commit is contained in:
Leonard Hall 2015-04-16 19:37:17 +09:30 committed by Randy Mackay
parent a04bc263f6
commit 1fcb0f4d53

View File

@ -844,7 +844,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Group: POSCON_
// @Path: ../libraries/AC_AttitudeControl/AC_PosControl.cpp
GOBJECT(pos_control, "POSCON_", AC_PosControl),
GOBJECT(pos_control, "PSC", AC_PosControl),
// @Group: SR0_
// @Path: GCS_Mavlink.pde