Skip to content

Commit 68c0e89

Browse files
committed
same51g19a: Fix missing ETC channel definitions in WVariant
1 parent 6f41c22 commit 68c0e89

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)