Skip to content

Commit 818abfb

Browse files
committed
thanks pylint for catching this problem
1 parent f7b7231 commit 818abfb

File tree

1 file changed

+1
-1
lines changed
  • CircuitPython_Feather_DVI_Xerox_820

1 file changed

+1
-1
lines changed

CircuitPython_Feather_DVI_Xerox_820/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ def control_gen():
136136
while True:
137137
pio.run(jmp_0.assembled)
138138
pio.clear_rxfifo()
139-
pio.write_readinto(instruction, buf)
139+
pio.write_readinto(control, buf)

0 commit comments

Comments
 (0)