APMrover2: fix typo in parameter

This commit is contained in:
Pierre Kancir 2016-08-28 14:26:06 +02:00
parent b16369ec8c
commit 1a3fc56682

View File

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