Skip to content

Commit e24e4af

Browse files
committed
fix m4 can typo
1 parent 46e2271 commit e24e4af

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)