From 88c244bc75ea54c88c307d39a48d036e27fbbf08 Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Mon, 11 May 2020 21:07:16 +0200 Subject: [PATCH] arduino-nano-33-ble: Adapt SPI periph config --- boards/arduino-nano-33-ble/include/periph_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arduino-nano-33-ble/include/periph_conf.h b/boards/arduino-nano-33-ble/include/periph_conf.h index 3ec669150a..2d25851352 100644 --- a/boards/arduino-nano-33-ble/include/periph_conf.h +++ b/boards/arduino-nano-33-ble/include/periph_conf.h @@ -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),