Let bindPin follow half-duplex setting.

This commit is contained in:
jflyper 2018-01-12 15:56:48 +09:00
parent e1d12a5fd8
commit bb0e526eab
1 changed files with 2 additions and 1 deletions

View File

@ -220,8 +220,9 @@ void spektrumBind(rxConfig_t *rxConfig)
}
break;
#endif // USE_TELEMETRY
default:
bindPin = rxPin;
bindPin = rxConfig->halfDuplex ? txPin : rxPin;
}
if (!bindPin) {