mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Periph: rename airspeed param group to match vehicles
This commit is contained in:
parent
58ac399aa9
commit
bba1d0b9d9
@ -274,9 +274,9 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
|
||||
|
||||
#ifdef HAL_PERIPH_ENABLE_AIRSPEED
|
||||
// Airspeed driver
|
||||
// @Group: ARSP
|
||||
// @Group: ARSPD
|
||||
// @Path: ../libraries/AP_Airspeed/AP_Airspeed.cpp
|
||||
GOBJECT(airspeed, "ARSP", AP_Airspeed),
|
||||
GOBJECT(airspeed, "ARSPD", AP_Airspeed),
|
||||
#endif
|
||||
|
||||
#ifdef HAL_PERIPH_ENABLE_RANGEFINDER
|
||||
|
Loading…
Reference in New Issue
Block a user