diff --git a/boards/feather-nrf52840/include/periph_conf.h b/boards/feather-nrf52840/include/periph_conf.h index 331611afcf..b124cd8145 100644 --- a/boards/feather-nrf52840/include/periph_conf.h +++ b/boards/feather-nrf52840/include/periph_conf.h @@ -58,10 +58,10 @@ static const uart_conf_t uart_config[] = { */ static const spi_conf_t spi_config[] = { { - .dev = NRF_SPI0, + .dev = NRF_SPIM0, .sclk = 14, .mosi = 13, - .miso = 15 + .miso = 15, } };