Merge pull request #12980 from haukepetersen/opt_nrf52840dk_disableuarthwfc

boards/nrf52840dk: disable UART HWFC
This commit is contained in:
Alexandre Abadie 2019-12-18 12:24:17 +01:00 committed by GitHub
commit 6be1698b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */