mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/samr21-xpro:fix SPI_1 DIPO config
This commit is contained in:
parent
60643afe48
commit
9a7c67411f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user