Skip to content

Commit

Permalink
boards, openmote: adapt uart pin config
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed Nov 28, 2017
1 parent b6b32f8 commit 04e6df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/openmote-cc2538/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ static const adc_conf_t adc_config[] = {
#define UART_0_IRQ UART0_IRQn
#define UART_0_ISR isr_uart0
/* UART 0 pin configuration */
#define UART_0_TX_PIN GPIO_PA1
#define UART_0_RX_PIN GPIO_PA0
#define UART_0_TX_PIN GPIO_PIN(0, 1) /**< GPIO_PA1 */
#define UART_0_RX_PIN GPIO_PIN(0, 0) /**< GPIO_PA0 */
/** @} */

/**
Expand Down

0 comments on commit 04e6df7

Please sign in to comment.