Skip to content
Snippets Groups Projects
Commit 99e63247 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #7728 from keestux/fix-autonomo-uartpin

boards/sodaq-autonomo: correct TX pin of uart2
parents ff8c5a12 a84bacc6
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ static const uart_conf_t uart_config[] = {
{
.dev = &SERCOM4->USART,
.rx_pin = GPIO_PIN(PB,13),
.tx_pin = GPIO_PIN(PA,14),
.tx_pin = GPIO_PIN(PB,14),
.mux = GPIO_MUX_C,
.rx_pad = UART_PAD_RX_1,
.tx_pad = UART_PAD_TX_2,
......@@ -141,7 +141,7 @@ static const uart_conf_t uart_config[] = {
.tx_pad = UART_PAD_TX_2,
.flags = UART_FLAG_NONE,
.gclk_src = GCLK_CLKCTRL_GEN_GCLK0
}
},
};
/* interrupt function name mapping */
......
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