Copter: move underscore one layer down for GPS

This commit is contained in:
Siddharth Purohit 2020-12-30 20:31:14 +05:30 committed by Randy Mackay
parent 4cb0e76f23
commit 0c42c56c36

View File

@ -627,9 +627,9 @@ const AP_Param::Info Copter::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),
// @Group: SCHED_
// @Path: ../libraries/AP_Scheduler/AP_Scheduler.cpp