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:
parent
0cabe7e70c
commit
b88fba225f
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue