1
0
Fork 0
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:
mikeller 2017-05-21 22:54:40 +12:00
parent b069e011fe
commit f15c329be3

View file

@ -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