]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
a comma wrongly placed?
authorwgroeneveld <wouter@brainbaking.com>
Wed, 8 Feb 2023 16:04:19 +0000 (17:04 +0100)
committerwgroeneveld <wouter@brainbaking.com>
Wed, 8 Feb 2023 16:04:19 +0000 (17:04 +0100)
src/adafruit_blinka/microcontroller/rockchip/rk3399_t/pin.py

index b766ba8e474a8ca219f580337f6f3b43bcae9d4d..f8a8abda98592b5aec80619ff48e555e172816ee 100644 (file)
@@ -73,7 +73,7 @@ spiPorts = ((1, SPI1_SCLK, SPI1_MOSI, SPI1_MISO),)
 
 # SysFS pwm outputs, pwm channel and pin in first tuple
 pwmOuts = (
-    ((0, 0), PWM0),,
+    ((0, 0), PWM0),
 )
 
 # SysFS analog inputs, Ordered as analog analogInId, device, and channel