Skip to content

Commit

Permalink
Merge pull request #308 from adafruit/more-m4-can-typo
Browse files Browse the repository at this point in the history
fix m4 can typo
  • Loading branch information
hathach authored Aug 31, 2021
2 parents 1b17683 + e24e4af commit 11b223a
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 11b223a

Please sign in to comment.