Merge pull request #5165 from jflyper/bfdev-xbus-conditional
Add proper conditional for XBUS
This commit is contained in:
commit
7564d67307
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef USE_SERIAL_RX
|
||||
#if defined(USE_SERIAL_RX) && defined(USE_SERIALRX_XBUS)
|
||||
|
||||
#include "common/crc.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue