Skip to content

Commit 46e2271

Browse files
authored
fix m4 can pin typo (arduino#307)
also bump up tinyusb lib
1 parent de975d9 commit 46e2271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/Adafruit_TinyUSB_Arduino

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, 1, 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_Channel13, NOT_ON_PWM, NOT_ON_TIMER, EXTERNAL_INT_1 },
7171

7272

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

0 commit comments

Comments
 (0)