AP_Periph: rename airspeed param group to match vehicles

This commit is contained in:
Iampete1 2022-12-30 19:42:39 +00:00 committed by Andrew Tridgell
parent 58ac399aa9
commit bba1d0b9d9

View File

@ -274,9 +274,9 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
#ifdef HAL_PERIPH_ENABLE_AIRSPEED #ifdef HAL_PERIPH_ENABLE_AIRSPEED
// Airspeed driver // Airspeed driver
// @Group: ARSP // @Group: ARSPD
// @Path: ../libraries/AP_Airspeed/AP_Airspeed.cpp // @Path: ../libraries/AP_Airspeed/AP_Airspeed.cpp
GOBJECT(airspeed, "ARSP", AP_Airspeed), GOBJECT(airspeed, "ARSPD", AP_Airspeed),
#endif #endif
#ifdef HAL_PERIPH_ENABLE_RANGEFINDER #ifdef HAL_PERIPH_ENABLE_RANGEFINDER