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 8f89fe2 commit 5fbb8d9Copy full SHA for 5fbb8d9
Metro/Metro_RP2350_Minesweeper/code.py
@@ -291,7 +291,7 @@ def hide_group(group):
291
# read data from the mouse endpoint
292
data_len = mouse.read(mouse_endpt, buf, timeout=10)
293
if data_len > 0:
294
- break
+ break
295
except usb.core.USBTimeoutError:
296
# if we get a timeout error, it means there is no data available
297
pass
0 commit comments