We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcd255 commit 46c9420Copy full SHA for 46c9420
Metro/Metro_RP2350_Minesweeper/code.py
@@ -297,7 +297,7 @@ def hide_group(group):
297
# if we get a timeout error, it means there is no data available
298
pass
299
except usb.core.USBError as exc:
300
- # if we get a USBError, it may mean the mouse is not ready yet
+ # if we get a USBError, We may be getting no endpoint msgs which can be waited out
301
302
303
left_button = buf[0] & 0x01
0 commit comments