This commit is contained in:
David Sidrane
2018-07-17 12:31:39 -07:00
committed by Lorenz Meier
parent f2cb7b0ade
commit a0cc4dc345
+1 -1
View File
@@ -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