Skip to content

Commit 46c9420

Browse files
committed
replace generated comment with better detail
1 parent 4fcd255 commit 46c9420

File tree

1 file changed

+1
-1
lines changed
  • Metro/Metro_RP2350_Minesweeper

1 file changed

+1
-1
lines changed

Metro/Metro_RP2350_Minesweeper/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def hide_group(group):
297297
# if we get a timeout error, it means there is no data available
298298
pass
299299
except usb.core.USBError as exc:
300-
# if we get a USBError, it may mean the mouse is not ready yet
300+
# if we get a USBError, We may be getting no endpoint msgs which can be waited out
301301
pass
302302

303303
left_button = buf[0] & 0x01

0 commit comments

Comments
 (0)