Skip to content

Commit

Permalink
AP_GPS: correct GNSS_MODE parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Feb 27, 2025
1 parent bfa40f7 commit ba35528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_GPS/AP_GPS_Params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const AP_Param::GroupInfo AP_GPS::Params::var_info[] = {

// @Param: GNSS_MODE
// @DisplayName: GNSS system configuration
// @Description: Bitmask for what GNSS system to use on the first GPS (all unchecked or zero to leave GPS as configured)
// @Description: Bitmask for what GNSS system to use (all unchecked or zero to leave GPS as configured)
// @Bitmask: 0:GPS,1:SBAS,2:Galileo,3:Beidou,4:IMES,5:QZSS,6:GLONASS
// @User: Advanced
AP_GROUPINFO("GNSS_MODE", 2, AP_GPS::Params, gnss_mode, 0),
Expand Down

0 comments on commit ba35528

Please sign in to comment.