Copter: typo in LOG_BITMASK param description
This commit is contained in:
parent
669850e6d4
commit
db552adf02
@ -359,7 +359,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
// @Param: LOG_BITMASK
|
||||
// @DisplayName: Log bitmask
|
||||
// @Description: 2 byte bitmap of log types to enable
|
||||
// @Values: 0:Disable,830:Default,958:Default+IMU,1854:Default+Motors,17214:Default+INav
|
||||
// @Values: 0:Disabled,830:Default,958:Default+IMU,1854:Default+Motors,17214:Default+INav
|
||||
// @User: Advanced
|
||||
GSCALAR(log_bitmask, "LOG_BITMASK", DEFAULT_LOG_BITMASK),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user