mirror of https://github.com/ArduPilot/ardupilot
Plane: change airspeed parameter prefix
this makes for clearer parameter names with dual sensors
This commit is contained in:
parent
5846558b0e
commit
31d7d9f909
|
@ -1030,9 +1030,9 @@ const AP_Param::Info Plane::var_info[] = {
|
|||
// @Path: ../libraries/AP_AHRS/AP_AHRS.cpp
|
||||
GOBJECT(ahrs, "AHRS_", AP_AHRS),
|
||||
|
||||
// @Group: ARSPD_
|
||||
// @Group: ARSPD
|
||||
// @Path: ../libraries/AP_Airspeed/AP_Airspeed.cpp
|
||||
GOBJECT(airspeed, "ARSPD_", AP_Airspeed),
|
||||
GOBJECT(airspeed, "ARSPD", AP_Airspeed),
|
||||
|
||||
// @Group: NAVL1_
|
||||
// @Path: ../libraries/AP_L1_Control/AP_L1_Control.cpp
|
||||
|
|
Loading…
Reference in New Issue