mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
APMrover2: fix typo in parameter
This commit is contained in:
parent
b16369ec8c
commit
1a3fc56682
@ -92,7 +92,7 @@ const AP_Param::Info Rover::var_info[] = {
|
|||||||
// @Bitmask: 0:Steering,1:Throttle
|
// @Bitmask: 0:Steering,1:Throttle
|
||||||
GSCALAR(gcs_pid_mask, "GCS_PID_MASK", 0),
|
GSCALAR(gcs_pid_mask, "GCS_PID_MASK", 0),
|
||||||
|
|
||||||
// @Param: MAG_ENABLED
|
// @Param: MAG_ENABLE
|
||||||
// @DisplayName: Enable Compass
|
// @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.
|
// @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
|
// @User: Standard
|
||||||
|
Loading…
Reference in New Issue
Block a user