mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
ArduSub: move underscore one layer down for GPS
This commit is contained in:
parent
1b8519ee53
commit
f95fe1d464
@ -529,9 +529,9 @@ const AP_Param::Info Sub::var_info[] = {
|
||||
GOBJECT(barometer, "BARO", AP_Baro),
|
||||
|
||||
// GPS driver
|
||||
// @Group: GPS_
|
||||
// @Group: GPS
|
||||
// @Path: ../libraries/AP_GPS/AP_GPS.cpp
|
||||
GOBJECT(gps, "GPS_", AP_GPS),
|
||||
GOBJECT(gps, "GPS", AP_GPS),
|
||||
|
||||
// Leak detector
|
||||
// @Group: LEAK
|
||||
|
Loading…
Reference in New Issue
Block a user