Enable USE_SPEKTRUM_BIND{,_PIN} for relevant targets

FLASH_SIZE > 128 and USE_SERIALRX_SPEKTRUM.
This commit is contained in:
jflyper 2017-06-19 19:34:32 +09:00
parent 7155a3e6a5
commit 1fe839331e
1 changed files with 5 additions and 0 deletions

View File

@ -122,6 +122,11 @@
#define VTX_CONTROL #define VTX_CONTROL
#define VTX_SMARTAUDIO #define VTX_SMARTAUDIO
#define VTX_TRAMP #define VTX_TRAMP
#ifdef USE_SERIALRX_SPEKTRUM
#define USE_SPEKTRUM_BIND
#define USE_SPEKTRUM_BINDPIN
#endif
#endif #endif
#if (FLASH_SIZE > 256) #if (FLASH_SIZE > 256)