1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +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

@ -24,3 +24,7 @@
#undef VTX_SMARTAUDIO
#undef VTX_TRAMP
#endif
#if defined(USE_QUAD_MIXER_ONLY) && defined(USE_SERVOS)
#undef USE_SERVOS
#endif