1
0
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:
PeterKietzmann 2016-07-06 09:27:25 +02:00
parent 60643afe48
commit 9a7c67411f

View File

@ -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)