From 9fc6cdeae43892186ffb657927742a0c7de2dac5 Mon Sep 17 00:00:00 2001 From: Kees Bakker Date: Sat, 8 Oct 2016 21:23:10 +0200 Subject: [PATCH] boards/sodaq-autonomo: use comma on last element of a list too --- boards/sodaq-autonomo/include/periph_conf.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/sodaq-autonomo/include/periph_conf.h b/boards/sodaq-autonomo/include/periph_conf.h index 9579e6ac15..826e1d48ca 100644 --- a/boards/sodaq-autonomo/include/periph_conf.h +++ b/boards/sodaq-autonomo/include/periph_conf.h @@ -108,7 +108,7 @@ static const uart_conf_t uart_config[] = { .tx_pin = GPIO_PIN(PA,10), .mux = GPIO_MUX_C, .rx_pad = UART_PAD_RX_1, - .tx_pad = UART_PAD_TX_2 + .tx_pad = UART_PAD_TX_2, }, { .dev = &SERCOM5->USART, @@ -116,7 +116,7 @@ static const uart_conf_t uart_config[] = { .tx_pin = GPIO_PIN(PB,30), .mux = GPIO_MUX_D, .rx_pad = UART_PAD_RX_1, - .tx_pad = UART_PAD_TX_0_RTS_2_CTS_3 + .tx_pad = UART_PAD_TX_0_RTS_2_CTS_3, }, { .dev = &SERCOM4->USART, @@ -124,7 +124,7 @@ static const uart_conf_t uart_config[] = { .tx_pin = GPIO_PIN(PA,14), .mux = GPIO_MUX_C, .rx_pad = UART_PAD_RX_1, - .tx_pad = UART_PAD_TX_2 + .tx_pad = UART_PAD_TX_2, }, { .dev = &SERCOM1->USART, @@ -132,8 +132,8 @@ static const uart_conf_t uart_config[] = { .tx_pin = GPIO_PIN(PA,18), .mux = GPIO_MUX_C, .rx_pad = UART_PAD_RX_1, - .tx_pad = UART_PAD_TX_2 - } + .tx_pad = UART_PAD_TX_2, + }, }; /* interrupt function name mapping */