Browse Source

AntennaTracker: move underscore one layer down for GPS

zr-v5.1
Siddharth Purohit 4 years ago committed by Randy Mackay
parent
commit
4cb0e76f23
  1. 4
      AntennaTracker/Parameters.cpp

4
AntennaTracker/Parameters.cpp

@ -299,9 +299,9 @@ const AP_Param::Info Tracker::var_info[] = { @@ -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

Loading…
Cancel
Save