Replay: remove compass params underscore

This commit is contained in:
Iampete1 2021-11-02 15:09:34 +00:00 committed by Randy Mackay
parent 7c116c84c6
commit 11db1aaa40
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@ const AP_Param::Info ReplayVehicle::var_info[] = {
// @Path: ../libraries/AP_NavEKF2/AP_NavEKF2.cpp
GOBJECTN(ekf2, NavEKF2, "EK2_", NavEKF2),
// @Group: COMPASS_
// @Group: COMPASS
// @Path: ../libraries/AP_Compass/AP_Compass.cpp
GOBJECT(compass, "COMPASS_", Compass),
GOBJECT(compass, "COMPASS", Compass),
// @Group: LOG
// @Path: ../libraries/AP_Logger/AP_Logger.cpp