mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nrf52840dk: disable UART HWFC
This commit is contained in:
parent
4f4e7cde16
commit
3330676fd5
@ -50,8 +50,8 @@ static const uart_conf_t uart_config[] = {
|
||||
.dev = NRF_UARTE0,
|
||||
.rx_pin = GPIO_PIN(0,8),
|
||||
.tx_pin = GPIO_PIN(0,6),
|
||||
.rts_pin = GPIO_PIN(0,5),
|
||||
.cts_pin = GPIO_PIN(0,7),
|
||||
.rts_pin = (uint8_t)GPIO_UNDEF,
|
||||
.cts_pin = (uint8_t)GPIO_UNDEF,
|
||||
.irqn = UARTE0_UART0_IRQn,
|
||||
},
|
||||
{ /* Mapped to Arduino D0/D1 pins */
|
||||
|
Loading…
Reference in New Issue
Block a user