Skip to content
Snippets Groups Projects
Commit a0cc4dc3 authored by David Sidrane's avatar David Sidrane Committed by Lorenz Meier
Browse files

Fix typo

parent f2cb7b0a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment