Fix missing VARIO OSD element without baro (using GPS)
This commit is contained in:
parent
f7f0c67808
commit
5fb4324977
|
@ -60,7 +60,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(USE_BARO)
|
||||
#if !defined(USE_BARO) && !defined(USE_GPS)
|
||||
#undef USE_VARIO
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue