mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Comment tidy
This commit is contained in:
parent
3d2fe5e8de
commit
7155a3e6a5
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,7 @@ void spektrumBind(rxConfig_t *rxConfig)
|
|||
return;
|
||||
}
|
||||
|
||||
// Determine a pin to use
|
||||
ioTag_t bindPin;
|
||||
|
||||
if (rxConfig->spektrum_bind_pin_override_ioTag) {
|
||||
|
@ -225,6 +226,7 @@ void spektrumBind(rxConfig_t *rxConfig)
|
|||
ioTag_t txPin = serialPinConfig()->ioTagTx[index];
|
||||
ioTag_t rxPin = serialPinConfig()->ioTagRx[index];
|
||||
|
||||
// Take care half-duplex case
|
||||
switch (rxConfig->serialrx_provider) {
|
||||
case SERIALRX_SRXL:
|
||||
#ifdef TELEMETRY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue