Skip to content
Snippets Groups Projects
Commit 9a7c6741 authored by Peter Kietzmann's avatar Peter Kietzmann
Browse files

boards/samr21-xpro:fix SPI_1 DIPO config

parent 60643afe
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ static const pwm_conf_t pwm_config[] = {
#define SPI_1_DEV SERCOM5->SPI
#define SPI_IRQ_1 SERCOM5_IRQn
#define SPI_1_DOPO (1)
#define SPI_1_DIPO (2)
#define SPI_1_DIPO (0)
#define SPI_1_SCLK_DEV PORT->Group[1]
#define SPI_1_SCLK_PIN (23)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment