1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Deleted unused GPS_altitude from gpSolutionData_s

No code was referecing this
This commit is contained in:
AirBreak69 2018-06-13 00:06:56 +02:00 committed by GitHub
parent 0cabe7e70c
commit b88fba225f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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