1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #5609 from PeterKietzmann/samr21_spi1_dipo_fix

boards/samr21-xpro:fix SPI_1 DIPO config
This commit is contained in:
Peter Kietzmann 2016-07-06 10:26:34 +02:00 committed by GitHub
commit 7d19bd1c2d

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)