Browse Source

Copter: add AC3.2 default to LOG_BITMASK value

mission-4.1.18
Randy Mackay 11 years ago
parent
commit
45bc9fd10c
  1. 2
      ArduCopter/Parameters.pde

2
ArduCopter/Parameters.pde

@ -355,7 +355,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: LOG_BITMASK // @Param: LOG_BITMASK
// @DisplayName: Log bitmask // @DisplayName: Log bitmask
// @Description: 2 byte bitmap of log types to enable // @Description: 2 byte bitmap of log types to enable
// @Values: 830:Default,894:Default+RCIN,958:Default+IMU,1854:Default+Motors,-6146:NearlyAll,0:Disabled // @Values: 830:Default,894:Default+RCIN,958:Default+IMU,1854:Default+Motors,-6146:NearlyAll,-22530:All,0:Disabled
// @User: Standard // @User: Standard
GSCALAR(log_bitmask, "LOG_BITMASK", DEFAULT_LOG_BITMASK), GSCALAR(log_bitmask, "LOG_BITMASK", DEFAULT_LOG_BITMASK),

Loading…
Cancel
Save