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),
|
PIN(PA06, ADC_INPUT(ADC_POSITIVE_INPUT_PIN6), TOUCH(4),
|
||||||
TCC(TCC1, 0, 0),
|
TCC(TCC1, 0, 0),
|
||||||
NO_TIMER,
|
NO_TIMER,
|
||||||
SERCOM(SERCOM0, 2),
|
NO_SERCOM,
|
||||||
NO_SERCOM);
|
SERCOM(SERCOM0, 2));
|
||||||
#endif
|
#endif
|
||||||
#ifdef PIN_PA07
|
#ifdef PIN_PA07
|
||||||
PIN(PA07, ADC_INPUT(ADC_POSITIVE_INPUT_PIN7), TOUCH(5),
|
PIN(PA07, ADC_INPUT(ADC_POSITIVE_INPUT_PIN7), TOUCH(5),
|
||||||
TCC(TCC1, 1, 1),
|
TCC(TCC1, 1, 1),
|
||||||
NO_TIMER,
|
NO_TIMER,
|
||||||
SERCOM(SERCOM0, 3),
|
NO_SERCOM,
|
||||||
NO_SERCOM);
|
SERCOM(SERCOM0, 3));
|
||||||
#endif
|
#endif
|
||||||
#ifdef PIN_PA08
|
#ifdef PIN_PA08
|
||||||
PIN(PA08, ADC_INPUT(ADC_POSITIVE_INPUT_PIN16), NO_TOUCH,
|
PIN(PA08, ADC_INPUT(ADC_POSITIVE_INPUT_PIN16), NO_TOUCH,
|
||||||
|
Loading…
Reference in New Issue
Block a user