Update ports/atmel-samd/common-hal/analogio/AnalogOut.c
whoops, yes! Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
parent
316bd0c72d
commit
452d66dd0e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue