1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Merge pull request #5165 from jflyper/bfdev-xbus-conditional

Add proper conditional for XBUS
This commit is contained in:
Michael Keller 2018-02-13 00:53:45 +13:00 committed by GitHub
commit 7564d67307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
#include "platform.h"
#ifdef USE_SERIAL_RX
#if defined(USE_SERIAL_RX) && defined(USE_SERIALRX_XBUS)
#include "common/crc.h"