mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +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:
parent
ce2c3e28bd
commit
385623bd9d
40 changed files with 101 additions and 101 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#if defined(USE_CMS) && defined(VTX_TRAMP)
|
||||
#if defined(USE_CMS) && defined(USE_VTX_TRAMP)
|
||||
|
||||
#include "common/printf.h"
|
||||
#include "common/utils.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue