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 3f18217 commit 9f4b8b5Copy full SHA for 9f4b8b5
Metro/Metro_RP2350_Memory/memory_game/code.py
@@ -317,7 +317,7 @@ def atexit_callback():
317
for intf in range(mouse_ptr.interface+1):
318
if not mouse_ptr.device.is_kernel_driver_active(intf):
319
mouse_ptr.device.attach_kernel_driver(intf)
320
-
+
321
# The keyboard buffer seems to have data left over from when it was detached
322
# This clears it before the next process starts
323
while supervisor.runtime.serial_bytes_available:
0 commit comments