Skip to content

Commit 11b223a

Browse files
authored
Merge pull request adafruit#308 from adafruit/more-m4-can-typo
fix m4 can typo
2 parents 1b17683 + e24e4af commit 11b223a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/feather_m4_can/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const PinDescription g_APinDescription[PINS_COUNT]=
6767
{ PORTA, 6, PIO_ANALOG, (PIN_ATTR_ANALOG|PIN_ATTR_PWM_E), ADC_Channel6, TC1_CH0, TC1_CH0, EXTERNAL_INT_6 },
6868

6969
// A6, D20 - VDiv!
70-
{ PORTB, 0, PIO_ANALOG, PIN_ATTR_ANALOG, ADC_Channel13, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_1 },
70+
{ PORTB, 0, PIO_ANALOG, PIN_ATTR_ANALOG, ADC_Channel12, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_0 },
7171

7272

7373
// 21..22 I2C pins (SDA/SCL)

0 commit comments

Comments
 (0)