From 1b8519ee5300c89ef59be8b84637759f8282fd5d Mon Sep 17 00:00:00 2001 From: Siddharth Purohit Date: Wed, 30 Dec 2020 20:31:35 +0530 Subject: [PATCH] ArduPlane: move underscore one layer down for GPS --- ArduPlane/Parameters.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduPlane/Parameters.cpp b/ArduPlane/Parameters.cpp index fe98ab878b..27e96136c9 100644 --- a/ArduPlane/Parameters.cpp +++ b/ArduPlane/Parameters.cpp @@ -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_