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

whoops, yes!

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
Dan Halbert 2021-01-11 19:12:52 -05:00 committed by GitHub
parent 316bd0c72d
commit 452d66dd0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ void common_hal_analogio_analogout_construct(analogio_analogout_obj_t* self,
break;
#endif
#if defined(SAM_D5X_E5X) && defined(PIN_PA05) && defined(PIN_PA05) && !defined(IGNORE_PIN_PA05)
#if defined(SAM_D5X_E5X) && defined(PIN_PA05) && !defined(IGNORE_PIN_PA05)
case PIN_PA05:
channel = 1;
break;