mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Do not disable the vario feature if GPS is enabled.
This commit is contained in:
parent
131e32c142
commit
df8c25e9f6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef USE_BARO
|
#if !defined(USE_BARO) && !defined(USE_GPS)
|
||||||
#undef USE_VARIO
|
#undef USE_VARIO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue