mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Fixed build error if USE_QUAD_MIXER_ONLY and USE_SERVOS are defined.
This commit is contained in:
parent
b069e011fe
commit
f15c329be3
1 changed files with 6 additions and 2 deletions
|
@ -21,6 +21,10 @@
|
|||
|
||||
// Targets with built-in vtx do not need external vtx
|
||||
#if defined(VTX_RTC6705) && !defined(VTX_RTC6705_OPTIONAL)
|
||||
# undef VTX_SMARTAUDIO
|
||||
# undef VTX_TRAMP
|
||||
#undef VTX_SMARTAUDIO
|
||||
#undef VTX_TRAMP
|
||||
#endif
|
||||
|
||||
#if defined(USE_QUAD_MIXER_ONLY) && defined(USE_SERVOS)
|
||||
#undef USE_SERVOS
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue