From e48079fa3fc2b3e107e61766fbeca239122f2326 Mon Sep 17 00:00:00 2001 From: kYc0o Date: Thu, 14 Apr 2016 12:10:59 +0200 Subject: [PATCH] boards/cc2538dk: fix wrong UART CTS and RTS pins --- boards/cc2538dk/include/periph_conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/cc2538dk/include/periph_conf.h b/boards/cc2538dk/include/periph_conf.h index 3cc9ad366f..fd882becd0 100644 --- a/boards/cc2538dk/include/periph_conf.h +++ b/boards/cc2538dk/include/periph_conf.h @@ -96,14 +96,14 @@ extern "C" { /* UART 0 pin configuration */ #define UART_0_TX_PIN GPIO_PA1 #define UART_0_RX_PIN GPIO_PA0 +#define UART_0_RTS_PIN GPIO_PD3 +#define UART_0_CTS_PIN GPIO_PB0 /* UART 1 device configuration */ #define UART_1_DEV UART1 #define UART_1_IRQ UART1_IRQn #define UART_1_ISR isr_uart1 /* UART 1 pin configuration */ -#define UART_1_RTS_PIN GPIO_PD3 -#define UART_1_CTS_PIN GPIO_PB0 /** @} */ /**