AP_GPS: Fix incorrect values docstring on RAW_DATA

This commit is contained in:
Michael du Breuil 2015-12-02 17:18:19 -07:00 committed by Randy Mackay
parent 7837bbfd81
commit 2f97f9f416
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ const AP_Param::GroupInfo AP_GPS::var_info[] = {
// @Param: RAW_DATA
// @DisplayName: Raw data logging
// @Description: Enable logging of RXM raw data from uBlox which includes carrier phase and pseudo range information. This allows for post processing of dataflash logs for more precise positioning. Note that this requires a raw capable uBlox such as the 6P or 6T.
// @Values: 0:Disabled,1:log at 1MHz,5:log at 5MHz
// @Values: 0:Disabled,1:log every sample,5:log every 5 samples
// @RebootRequired: True
AP_GROUPINFO("RAW_DATA", 9, AP_GPS, _raw_data, 0),