We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316bd0c commit 452d66dCopy full SHA for 452d66d
ports/atmel-samd/common-hal/analogio/AnalogOut.c
@@ -63,7 +63,7 @@ void common_hal_analogio_analogout_construct(analogio_analogout_obj_t* self,
63
break;
64
#endif
65
66
- #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)
67
case PIN_PA05:
68
channel = 1;
69
0 commit comments