From 5657dad3e6e6fc3150575474b0f0ec46910bf56f Mon Sep 17 00:00:00 2001 From: Siddharth Purohit Date: Wed, 30 Dec 2020 20:32:44 +0530 Subject: [PATCH] Replay: move underscore one layer down for GPS --- Tools/Replay/Replay.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/Replay/Replay.cpp b/Tools/Replay/Replay.cpp index 325a89ae33..e73e0e3fd1 100644 --- a/Tools/Replay/Replay.cpp +++ b/Tools/Replay/Replay.cpp @@ -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 };