thanks pylint for catching this problem

This commit is contained in:
Jeff Epler 2024-03-28 10:51:32 -05:00
parent f7b72318eb
commit 818abfb42a

View file

@ -136,4 +136,4 @@ b = array.array("L", [0])
while True:
pio.run(jmp_0.assembled)
pio.clear_rxfifo()
pio.write_readinto(instruction, buf)
pio.write_readinto(control, buf)