ArduSub: move underscore one layer down for GPS

This commit is contained in:
Siddharth Purohit 2020-12-30 20:31:53 +05:30 committed by Randy Mackay
parent 1b8519ee53
commit f95fe1d464
1 changed files with 2 additions and 2 deletions

View File

@ -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