mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
ArduPlane: move underscore one layer down for GPS
This commit is contained in:
parent
0c42c56c36
commit
1b8519ee53
@ -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…
Reference in New Issue
Block a user