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