mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Merge pull request #14161 from bergzand/pr/nrf52840dk/move_spi_flash_periph
nrf52840dk: move SPI flash to SPIM2 peripheral
This commit is contained in:
commit
02ce7c0332
@ -38,7 +38,7 @@ static const spi_conf_t spi_config[] = {
|
||||
.miso = GPIO_PIN(1, 14),
|
||||
},
|
||||
{
|
||||
.dev = NRF_SPIM1,
|
||||
.dev = NRF_SPIM2,
|
||||
.sclk = GPIO_PIN(0, 19),
|
||||
.mosi = GPIO_PIN(0, 20),
|
||||
.miso = GPIO_PIN(0, 21),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user