Skip to content

Commit aedda5c

Browse files
committed
Merge branch 'master' of github.com:adafruit/ArduinoCore-samd
2 parents 453923f + 8543148 commit aedda5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cores/arduino/WVariant.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ typedef enum _ETCChannel
7575
TCC1_CH1 = (1<<8)|(1),
7676
TCC1_CH2 = (1<<8)|(2),
7777
TCC1_CH3 = (1<<8)|(3),
78-
TCC1_CH4 = (1<<8)|(4),
79-
TCC1_CH5 = (1<<8)|(5),
80-
TCC1_CH6 = (1<<8)|(6),
81-
TCC1_CH7 = (1<<8)|(7),
78+
TCC1_CH4 = (1<<8)|(0),
79+
TCC1_CH5 = (1<<8)|(1),
80+
TCC1_CH6 = (1<<8)|(2),
81+
TCC1_CH7 = (1<<8)|(3),
8282
} ETCChannel ;
8383

8484
#else

0 commit comments

Comments
 (0)