Browse Source

APMrover2: fix typo in parameter

mission-4.1.18
Pierre Kancir 9 years ago
parent
commit
1a3fc56682
  1. 2
      APMrover2/Parameters.cpp

2
APMrover2/Parameters.cpp

@ -92,7 +92,7 @@ const AP_Param::Info Rover::var_info[] = { @@ -92,7 +92,7 @@ const AP_Param::Info Rover::var_info[] = {
// @Bitmask: 0:Steering,1:Throttle
GSCALAR(gcs_pid_mask, "GCS_PID_MASK", 0),
// @Param: MAG_ENABLED
// @Param: MAG_ENABLE
// @DisplayName: Enable Compass
// @Description: Setting this to Enabled(1) will enable the compass. Setting this to Disabled(0) will disable the compass. Note that this is separate from COMPASS_USE. This will enable the low level senor, and will enable logging of magnetometer data. To use the compass for navigation you must also set COMPASS_USE to 1.
// @User: Standard

Loading…
Cancel
Save