Browse Source

ArduPlane: move underscore one layer down for GPS

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

4
ArduPlane/Parameters.cpp

@ -800,9 +800,9 @@ const AP_Param::Info Plane::var_info[] = { @@ -800,9 +800,9 @@ const AP_Param::Info Plane::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),
#if CAMERA == ENABLED
// @Group: CAM_

Loading…
Cancel
Save