Merge pull request #16793 from MarcelStenzel/hifive1b_uart_pin_fix

boards/hifive1b: Fix uart dev1 pins
This commit is contained in:
benpicco 2021-09-02 12:24:45 +02:00 committed by GitHub
commit 9892286d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
},
};