mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AntennaTracker: move underscore one layer down for GPS
This commit is contained in:
parent
49d934eb42
commit
4cb0e76f23
@ -299,9 +299,9 @@ const AP_Param::Info Tracker::var_info[] = {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// GPS driver
|
// GPS driver
|
||||||
// @Group: GPS_
|
// @Group: GPS
|
||||||
// @Path: ../libraries/AP_GPS/AP_GPS.cpp
|
// @Path: ../libraries/AP_GPS/AP_GPS.cpp
|
||||||
GOBJECT(gps, "GPS_", AP_GPS),
|
GOBJECT(gps, "GPS", AP_GPS),
|
||||||
|
|
||||||
// @Group: NTF_
|
// @Group: NTF_
|
||||||
// @Path: ../libraries/AP_Notify/AP_Notify.cpp
|
// @Path: ../libraries/AP_Notify/AP_Notify.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user