1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

Converted defines for VTX_COMMON, VTX_CONTROL, VTX_RTC6705, VTX_RTC6705SOFTSPI, VTX_TRAMP, VTX_SMARTAUDIO to use USE_ prefix.

This commit is contained in:
mikeller 2018-01-09 17:34:34 +13:00
parent ce2c3e28bd
commit 385623bd9d
40 changed files with 101 additions and 101 deletions

View file

@ -326,7 +326,7 @@ void processRcStickPositions(throttleStatus_e throttleStatus)
}
#endif
#ifdef VTX_CONTROL
#ifdef USE_VTX_CONTROL
if (rcSticks == THR_HI + YAW_LO + PIT_CE + ROL_HI) {
vtxIncrementBand();
}