mirror of https://github.com/ArduPilot/ardupilot
Rover: move underscore one layer down for GPS
This commit is contained in:
parent
f95fe1d464
commit
6ff0ddc7cf
|
@ -349,9 +349,9 @@ const AP_Param::Info Rover::var_info[] = {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// GPS driver
|
// GPS driver
|
||||||
// @Group: GPS_
|
// @Group: GPS
|
||||||
// @Path: ../libraries/AP_GPS/AP_GPS.cpp
|
// @Path: ../libraries/AP_GPS/AP_GPS.cpp
|
||||||
GOBJECT(gps, "GPS_", AP_GPS),
|
GOBJECT(gps, "GPS", AP_GPS),
|
||||||
|
|
||||||
#if AP_AHRS_NAVEKF_AVAILABLE
|
#if AP_AHRS_NAVEKF_AVAILABLE
|
||||||
#if HAL_NAVEKF2_AVAILABLE
|
#if HAL_NAVEKF2_AVAILABLE
|
||||||
|
|
Loading…
Reference in New Issue