Skip to content

Commit 452d66d

Browse files
dhalberttannewt
andauthored
Update ports/atmel-samd/common-hal/analogio/AnalogOut.c
whoops, yes! Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 316bd0c commit 452d66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/common-hal/analogio/AnalogOut.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void common_hal_analogio_analogout_construct(analogio_analogout_obj_t* self,
6363
break;
6464
#endif
6565

66-
#if defined(SAM_D5X_E5X) && defined(PIN_PA05) && defined(PIN_PA05) && !defined(IGNORE_PIN_PA05)
66+
#if defined(SAM_D5X_E5X) && defined(PIN_PA05) && !defined(IGNORE_PIN_PA05)
6767
case PIN_PA05:
6868
channel = 1;
6969
break;

0 commit comments

Comments
 (0)