mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +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
|
||||
|
||||
#ifndef USE_BARO
|
||||
#if !defined(USE_BARO) && !defined(USE_GPS)
|
||||
#undef USE_VARIO
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue