mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Copter: pos_control param prefix shortened to PSC
This commit is contained in:
parent
a04bc263f6
commit
1fcb0f4d53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user