1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

CF/BF - OSD - Show VTX channel/band hardware RTC6705 users (e.g.

SPRacingF3NEO/SINGULARITY)
This commit is contained in:
Hydra 2017-03-08 20:42:35 +00:00 committed by Dominic Clifton
parent e1ac5b82df
commit c8888ad6bd
2 changed files with 12 additions and 2 deletions

View file

@ -22,7 +22,6 @@
// Targets with built-in vtx do not need external vtx
#if defined(VTX) || defined(USE_RTC6705)
# undef VTX_CONTROL
# undef VTX_COMMON
# undef VTX_SMARTAUDIO
# undef VTX_TRAMP
#endif