Rover: move underscore one layer down for GPS

This commit is contained in:
Siddharth Purohit 2020-12-30 20:32:10 +05:30 committed by Randy Mackay
parent f95fe1d464
commit 6ff0ddc7cf
1 changed files with 2 additions and 2 deletions

View File

@ -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