mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: remove values metadata from log bitmask
This commit is contained in:
parent
4a39424d6b
commit
106e5e0115
|
@ -269,7 +269,6 @@ const AP_Param::Info Tracker::var_info[] = {
|
|||
// @Param: LOG_BITMASK
|
||||
// @DisplayName: Log bitmask
|
||||
// @Description: 4 byte bitmap of log types to enable
|
||||
// @Values: 127:Default,0:Disabled
|
||||
// @Bitmask: 0:ATTITUDE,1:GPS,2:RCIN,3:IMU,4:RCOUT,5:COMPASS,6:Battery
|
||||
// @User: Standard
|
||||
GSCALAR(log_bitmask, "LOG_BITMASK", DEFAULT_LOG_BITMASK),
|
||||
|
|
Loading…
Reference in New Issue