Skip to content

Commit

Permalink
fix m4 can typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Aug 31, 2021
1 parent 46e2271 commit e24e4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/feather_m4_can/variant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const PinDescription g_APinDescription[PINS_COUNT]=
{ PORTA, 6, PIO_ANALOG, (PIN_ATTR_ANALOG|PIN_ATTR_PWM_E), ADC_Channel6, TC1_CH0, TC1_CH0, EXTERNAL_INT_6 },

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


// 21..22 I2C pins (SDA/SCL)
Expand Down

0 comments on commit e24e4af

Please sign in to comment.