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:
parent
8e2ebcf026
commit
4451ae5fe9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue