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
1 changed files with 1 additions and 1 deletions

View File

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