AntennaTracker: remove values metadata from log bitmask

This commit is contained in:
Hwurzburg 2021-06-26 15:24:00 -05:00 committed by Randy Mackay
parent 4a39424d6b
commit 106e5e0115
1 changed files with 0 additions and 1 deletions

View File

@ -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),