Skip to content

Commit

Permalink
thanks pylint for catching this problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Mar 28, 2024
1 parent f7b7231 commit 818abfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CircuitPython_Feather_DVI_Xerox_820/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ def control_gen():
while True:
pio.run(jmp_0.assembled)
pio.clear_rxfifo()
pio.write_readinto(instruction, buf)
pio.write_readinto(control, buf)

0 comments on commit 818abfb

Please sign in to comment.