Browse Source

ArduSub: move underscore one layer down for GPS

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

4
ArduSub/Parameters.cpp

@ -529,9 +529,9 @@ const AP_Param::Info Sub::var_info[] = { @@ -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…
Cancel
Save