mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Replay: move underscore one layer down for GPS
This commit is contained in:
parent
a1a41bb47a
commit
5657dad3e6
@ -78,9 +78,9 @@ const AP_Param::Info ReplayVehicle::var_info[] = {
|
||||
// @Path: ../libraries/AP_NavEKF3/AP_NavEKF3.cpp
|
||||
GOBJECTN(ekf3, NavEKF3, "EK3_", NavEKF3),
|
||||
|
||||
// @Group: GPS_
|
||||
// @Group: GPS
|
||||
// @Path: ../libraries/AP_GPS/AP_GPS.cpp
|
||||
GOBJECT(gps, "GPS_", AP_GPS),
|
||||
GOBJECT(gps, "GPS", AP_GPS),
|
||||
|
||||
AP_VAREND
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user