Skip to content

Commit

Permalink
AP_GPS: mark GPS_TYPE as @legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Sep 6, 2024
1 parent bbdbf33 commit 0e33a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_GPS/AP_GPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2002,6 +2002,7 @@ bool AP_GPS::gps_yaw_deg(uint8_t instance, float &yaw_deg, float &accuracy_deg,
// @Values: 0:None,1:AUTO,2:uBlox,5:NMEA,6:SiRF,7:HIL,8:SwiftNav,9:DroneCAN,10:SBF,11:GSOF,13:ERB,14:MAV,15:NOVA,16:HemisphereNMEA,17:uBlox-MovingBaseline-Base,18:uBlox-MovingBaseline-Rover,19:MSP,20:AllyStar,21:ExternalAHRS,22:DroneCAN-MovingBaseline-Base,23:DroneCAN-MovingBaseline-Rover,24:UnicoreNMEA,25:UnicoreMovingBaselineNMEA,26:SBF-DualAntenna
// @RebootRequired: True
// @User: Advanced
// @Legacy: only included here so GCSs running stable can get the description. Omitted in the Wiki.

// @Param: _TYPE2
// @CopyFieldsFrom: GPS_TYPE
Expand Down

0 comments on commit 0e33a0f

Please sign in to comment.