mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Fixed conditionals for SPEKTRUM_BIND_PIN.
This commit is contained in:
parent
0e1dc33371
commit
9204d0a34e
3 changed files with 6 additions and 5 deletions
|
@ -253,7 +253,7 @@ void init(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifdef SPEKTRUM_BIND
|
||||
#ifdef SPEKTRUM_BIND_PIN
|
||||
if (feature(FEATURE_RX_SERIAL)) {
|
||||
switch (rxConfig()->serialrx_provider) {
|
||||
case SERIALRX_SPEKTRUM1024:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue