mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 23:10:36 +08:00
Fix typo
This commit is contained in:
committed by
Lorenz Meier
parent
f2cb7b0ade
commit
a0cc4dc345
@@ -132,7 +132,7 @@ __EXPORT void board_rc_input(bool invert_on, uint32_t uxart_base)
|
||||
if (invert_on) {
|
||||
#if defined(BOARD_HAS_RX_TX_SWAP) && RC_SERIAL_PORT_IS_SWAPED == 1
|
||||
|
||||
/* This is only tuned on */
|
||||
/* This is only ever turned on */
|
||||
|
||||
cr2 |= (USART_CR2_RXINV | USART_CR2_TXINV | USART_CR2_SWAP);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user