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 08a1cd7 commit 4141932Copy full SHA for 4141932
src/adafruit_blinka/microcontroller/amlogic/s905y2/pin.py
@@ -74,6 +74,4 @@
74
(4, UARTC_TX, UARTC_RX),
75
)
76
77
-pwmOuts = (
78
- ((2, 0), GPIOAO_11),
79
-)
+pwmOuts = (((2, 0), GPIOAO_11),)
0 commit comments