1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

Merge pull request #8439 from McGiverGim/fix_vario_gps_osd

Fix missing VARIO OSD element without baro (using GPS)
This commit is contained in:
Michael Keller 2019-06-18 22:35:06 +12:00 committed by GitHub
commit 1a75b0d5b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@
#endif #endif
#endif #endif
#if !defined(USE_BARO) #if !defined(USE_BARO) && !defined(USE_GPS)
#undef USE_VARIO #undef USE_VARIO
#endif #endif