Skip to content

Commit 9d2183d

Browse files
authored
Merge pull request #377 from EllaFoxo/fix/same51g19a_tcc_channels
same51g19a: Fix missing ETC channel definitions in WVariant
2 parents 6f41c22 + 68c0e89 commit 9d2183d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/WVariant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ typedef enum _EAnalogChannel
6363

6464
#if defined(__SAMD51__)
6565

66-
#if defined(__SAMD51G19A__)
66+
#if defined(__SAMD51G19A__) || defined(__SAME51G19A__)
6767

6868
typedef enum _ETCChannel
6969
{

0 commit comments

Comments
 (0)