Skip to content

Commit

Permalink
ruuvitag: Adapt SPI periph config
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed May 18, 2020
1 parent e1d7d3d commit e76ee57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boards/ruuvitag/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
};

Expand Down

0 comments on commit e76ee57

Please sign in to comment.