mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Fixed USE_VARIO conditional.Also fixed some indentation.
This commit is contained in:
parent
cb935ff55c
commit
33a956d123
2 changed files with 10 additions and 10 deletions
|
@ -60,7 +60,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(USE_BARO) && !defined(USE_GPS)
|
#if !defined(USE_BARO)
|
||||||
#undef USE_VARIO
|
#undef USE_VARIO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue