mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
ruuvitag: Adapt SPI periph config
This commit is contained in:
parent
e1d7d3d838
commit
e76ee57b35
@ -35,10 +35,11 @@ extern "C" {
|
||||
*/
|
||||
static const spi_conf_t spi_config[] = {
|
||||
{
|
||||
.dev = NRF_SPI0,
|
||||
.dev = NRF_SPIM0,
|
||||
.sclk = 29,
|
||||
.mosi = 25,
|
||||
.miso = 28,
|
||||
.ppi = 0,
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user