From b88fba225fb99708c5a96e1caa107d3e668eecb3 Mon Sep 17 00:00:00 2001 From: AirBreak69 <26233861+AirBreak69@users.noreply.github.com> Date: Wed, 13 Jun 2018 00:06:56 +0200 Subject: [PATCH] Deleted unused GPS_altitude from gpSolutionData_s No code was referecing this --- src/main/io/gps.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/io/gps.h b/src/main/io/gps.h index 1ccbea36bb..1abc84e772 100644 --- a/src/main/io/gps.h +++ b/src/main/io/gps.h @@ -91,7 +91,6 @@ typedef struct gpsLocation_s { typedef struct gpsSolutionData_s { gpsLocation_t llh; -// int32_t GPS_altitude; // altitude in 0.1m: UNUSED! uint16_t groundSpeed; // speed in 0.1m/s uint16_t groundCourse; // degrees * 10 uint16_t hdop; // generic HDOP value (*100)