1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 12:55:12 +03:00
This commit is contained in:
3djc 2022-01-07 10:10:23 +01:00 committed by GitHub
parent 81a4c293a3
commit 43f23bcb11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,6 +214,7 @@ void sportWaitTransmissionComplete()
void telemetryPortSetDirectionInput() void telemetryPortSetDirectionInput()
{ {
sportWaitTransmissionComplete();
TELEMETRY_DIR_INPUT(); TELEMETRY_DIR_INPUT();
TELEMETRY_USART->CR1 |= USART_CR1_RE; // turn on receiver TELEMETRY_USART->CR1 |= USART_CR1_RE; // turn on receiver
} }