1
0
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:
Alexandre Abadie 2020-06-02 13:14:35 +02:00 committed by GitHub
commit 02ce7c0332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),