1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/hifive1b: Fix uart dev1 pins

This commit is contained in:
MarcelStenzel 2021-09-01 13:42:27 +02:00
parent db16cafe04
commit aad5ac83f2

View File

@ -51,8 +51,8 @@ static const uart_conf_t uart_config[] = {
},
{
.addr = UART1_CTRL_ADDR,
.rx = GPIO_PIN(0, 18),
.tx = GPIO_PIN(0, 23),
.rx = GPIO_PIN(0, 23),
.tx = GPIO_PIN(0, 18),
.isr_num = INT_UART1_BASE,
},
};