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

Exclude SITL case

This commit is contained in:
jflyper 2017-06-19 20:46:49 +09:00
parent 8e2ebcf026
commit 4451ae5fe9

View file

@ -259,7 +259,7 @@ void init(void)
} }
#endif #endif
#ifdef USE_SPEKTRUM_BIND #if defined(USE_SPEKTRUM_BIND) && !defined(SITL)
if (feature(FEATURE_RX_SERIAL)) { if (feature(FEATURE_RX_SERIAL)) {
switch (rxConfig()->serialrx_provider) { switch (rxConfig()->serialrx_provider) {
case SERIALRX_SPEKTRUM1024: case SERIALRX_SPEKTRUM1024: