1
0
Fork 0
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:
Michael Keller 2017-04-10 09:35:24 +12:00
parent 0e1dc33371
commit 9204d0a34e
3 changed files with 6 additions and 5 deletions

View file

@ -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: