Periph: remove compass params underscore

This commit is contained in:
Iampete1 2021-11-02 15:09:25 +00:00 committed by Randy Mackay
parent 935fc0f073
commit 7c116c84c6

View File

@ -181,9 +181,9 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
#endif
#ifdef HAL_PERIPH_ENABLE_MAG
// @Group: COMPASS_
// @Group: COMPASS
// @Path: ../libraries/AP_Compass/AP_Compass.cpp
GOBJECT(compass, "COMPASS_", Compass),
GOBJECT(compass, "COMPASS", Compass),
#endif
#ifdef HAL_PERIPH_ENABLE_BARO