mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pinetime: Adapt SPI periph config
This commit is contained in:
parent
d15987bc9b
commit
c90bc72ce9
@ -37,10 +37,11 @@ extern "C" {
|
||||
*/
|
||||
static const spi_conf_t spi_config[] = {
|
||||
{
|
||||
.dev = NRF_SPI0,
|
||||
.dev = NRF_SPIM0,
|
||||
.sclk = GPIO_PIN(0, 2),
|
||||
.mosi = GPIO_PIN(0, 3),
|
||||
.miso = GPIO_PIN(0, 4),
|
||||
.ppi = 0,
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user