1
0
Fork 0
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:
mikeller 2018-12-22 13:16:41 +13:00
parent 131e32c142
commit df8c25e9f6

View file

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