mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Blimp: remove compass params underscore
This commit is contained in:
parent
b608b82041
commit
2a2685d874
@ -317,9 +317,9 @@ const AP_Param::Info Blimp::var_info[] = {
|
||||
|
||||
// variables not in the g class which contain EEPROM saved variables
|
||||
|
||||
// @Group: COMPASS_
|
||||
// @Group: COMPASS
|
||||
// @Path: ../libraries/AP_Compass/AP_Compass.cpp
|
||||
GOBJECT(compass, "COMPASS_", Compass),
|
||||
GOBJECT(compass, "COMPASS", Compass),
|
||||
|
||||
// @Group: INS_
|
||||
// @Path: ../libraries/AP_InertialSensor/AP_InertialSensor.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user