1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Fixed wrong altitude in DEFAULT (GPS + BARO) mode

This commit is contained in:
Filipp Bakanov 2022-01-17 17:31:06 +03:00
parent a6b9560b48
commit dc409c29fe
No known key found for this signature in database
GPG key ID: A8B7CC1737CDF1D2
3 changed files with 20 additions and 0 deletions

View file

@ -24,6 +24,7 @@
typedef struct positionConfig_s {
uint8_t altSource;
uint8_t gpsAltMinSats;
} positionConfig_t;
PG_DECLARE(positionConfig_t, positionConfig);