1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/dwm1001: fix SPI0 miso/mosi pins

This commit is contained in:
Francisco Molina 2021-11-15 10:53:36 +01:00
parent 1772628483
commit 2b842a9ec5

View File

@ -46,8 +46,8 @@ static const spi_conf_t spi_config[] = {
{
.dev = NRF_SPIM0,
.sclk = GPIO_PIN(0, 4),
.mosi = GPIO_PIN(0, 5),
.miso = GPIO_PIN(0, 6),
.mosi = GPIO_PIN(0, 6),
.miso = GPIO_PIN(0, 7),
.ppi = 0,
},
{ /* Connected to the DWM1001 UWB transceiver */