1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Add proper conditional for XBUS

This commit is contained in:
jflyper 2018-02-12 20:26:00 +09:00
parent 8294048ce5
commit 46e91a48ac

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"