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

fixed pre-processor directives (continued)

This commit is contained in:
Raphael Coeffic 2017-01-15 23:18:38 +01:00
parent 99cff4a875
commit af72b761b5
4 changed files with 10 additions and 1 deletions

View file

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