AntennaTracker: move underscore one layer down for GPS

This commit is contained in:
Siddharth Purohit 2020-12-30 20:30:40 +05:30 committed by Randy Mackay
parent 49d934eb42
commit 4cb0e76f23
1 changed files with 2 additions and 2 deletions

View File

@ -299,9 +299,9 @@ const AP_Param::Info Tracker::var_info[] = {
#endif
// GPS driver
// @Group: GPS_
// @Group: GPS
// @Path: ../libraries/AP_GPS/AP_GPS.cpp
GOBJECT(gps, "GPS_", AP_GPS),
GOBJECT(gps, "GPS", AP_GPS),
// @Group: NTF_
// @Path: ../libraries/AP_Notify/AP_Notify.cpp