mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: added doc message for bit 2 of DRV_OPTIONS
This commit is contained in:
parent
96580ee4f3
commit
a7c3b2244a
|
@ -300,7 +300,7 @@ const AP_Param::GroupInfo AP_GPS::var_info[] = {
|
||||||
// @Param: _DRV_OPTIONS
|
// @Param: _DRV_OPTIONS
|
||||||
// @DisplayName: driver options
|
// @DisplayName: driver options
|
||||||
// @Description: Additional backend specific options
|
// @Description: Additional backend specific options
|
||||||
// @Bitmask: 0:Use UART2 for moving baseline on ublox,1:Use base station for GPS yaw on SBF
|
// @Bitmask: 0:Use UART2 for moving baseline on ublox,1:Use base station for GPS yaw on SBF,2:Use baudrate 115200
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("_DRV_OPTIONS", 22, AP_GPS, _driver_options, 0),
|
AP_GROUPINFO("_DRV_OPTIONS", 22, AP_GPS, _driver_options, 0),
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue