mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
feather-nrf52840: Adapt SPI periph config
This commit is contained in:
parent
1e15bb2680
commit
f42a796c02
@ -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,
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user