Plane: change airspeed parameter prefix

this makes for clearer parameter names with dual sensors
This commit is contained in:
Andrew Tridgell 2017-11-03 21:04:11 +11:00
parent 5846558b0e
commit 31d7d9f909
1 changed files with 2 additions and 2 deletions

View File

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