mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
arduino-nano-33-ble: Adapt SPI periph config
This commit is contained in:
parent
919ca1c4b5
commit
88c244bc75
@ -73,7 +73,7 @@ static const i2c_conf_t i2c_config[] = {
|
||||
*/
|
||||
static const spi_conf_t spi_config[] = {
|
||||
{
|
||||
.dev = NRF_SPI0,
|
||||
.dev = NRF_SPIM0,
|
||||
.sclk = GPIO_PIN(0, 13),
|
||||
.mosi = GPIO_PIN(1, 1),
|
||||
.miso = GPIO_PIN(1, 8),
|
||||
|
Loading…
Reference in New Issue
Block a user