Skip to content

Commit 9840ec5

Browse files
committed
Run pre-commit
1 parent 8754475 commit 9840ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
):
3737
board_reqs = ["RPi.GPIO", "rpi_ws281x>=4.0.0", "sysv_ipc>=1.1.0"]
3838
# Pi 5
39-
if (b"brcm,bcm2712" in compat):
39+
if b"brcm,bcm2712" in compat:
4040
board_reqs = ["rpi_ws281x>=4.0.0", "sysv_ipc>=1.1.0", "rpi-lgpio"]
4141
if (
4242
b"ti,am335x" in compat

0 commit comments

Comments
 (0)