Skip to content
Snippets Groups Projects
Commit a4274ebe authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

boards, openmote: adapt uart pin config

parent 0da95b02
No related branches found
No related tags found
No related merge requests found
...@@ -95,8 +95,8 @@ static const adc_conf_t adc_config[] = { ...@@ -95,8 +95,8 @@ static const adc_conf_t adc_config[] = {
#define UART_0_IRQ UART0_IRQn #define UART_0_IRQ UART0_IRQn
#define UART_0_ISR isr_uart0 #define UART_0_ISR isr_uart0
/* UART 0 pin configuration */ /* UART 0 pin configuration */
#define UART_0_TX_PIN GPIO_PA1 #define UART_0_TX_PIN GPIO_PIN(0, 1) /**< GPIO_PA1 */
#define UART_0_RX_PIN GPIO_PA0 #define UART_0_RX_PIN GPIO_PIN(0, 0) /**< GPIO_PA0 */
/** @} */ /** @} */
/** /**
......
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