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 Jul 4, 2017
1 parent e227b71 commit 65876b6
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 @@ -77,8 +77,8 @@ static const timer_conf_t timer_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 65876b6

Please sign in to comment.