atmel-samd: Fix two more SERCOM configs, PA07 and PA06.
This commit is contained in:
parent
76a2178bd7
commit
d29915ca3d
@ -157,15 +157,15 @@ PIN(PA05, ADC_INPUT(ADC_POSITIVE_INPUT_PIN5), TOUCH(3),
|
||||
PIN(PA06, ADC_INPUT(ADC_POSITIVE_INPUT_PIN6), TOUCH(4),
|
||||
TCC(TCC1, 0, 0),
|
||||
NO_TIMER,
|
||||
SERCOM(SERCOM0, 2),
|
||||
NO_SERCOM);
|
||||
NO_SERCOM,
|
||||
SERCOM(SERCOM0, 2));
|
||||
#endif
|
||||
#ifdef PIN_PA07
|
||||
PIN(PA07, ADC_INPUT(ADC_POSITIVE_INPUT_PIN7), TOUCH(5),
|
||||
TCC(TCC1, 1, 1),
|
||||
NO_TIMER,
|
||||
SERCOM(SERCOM0, 3),
|
||||
NO_SERCOM);
|
||||
NO_SERCOM,
|
||||
SERCOM(SERCOM0, 3));
|
||||
#endif
|
||||
#ifdef PIN_PA08
|
||||
PIN(PA08, ADC_INPUT(ADC_POSITIVE_INPUT_PIN16), NO_TOUCH,
|
||||
|
Loading…
Reference in New Issue
Block a user