Fix missing VARIO OSD element without baro (using GPS)

This commit is contained in:
Miguel Angel Mulero Martinez 2019-06-17 10:37:17 +02:00
parent f7f0c67808
commit 5fb4324977
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