Skip to content

Commit e547a73

Browse files
committed
fix reference to mouse
1 parent 7782b66 commit e547a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/usb_host_descriptors_find_boot_keyboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
keyboard_interface_index, keyboard_endpoint_address = (
1818
adafruit_usb_host_descriptors.find_boot_keyboard_endpoint(device)
1919
)
20-
# if a boot mouse interface index and endpoint address were found
20+
# if a boot keyboard interface index and endpoint address were found
2121
if keyboard_interface_index is not None and keyboard_endpoint_address is not None:
2222
keyboard = device
2323

0 commit comments

Comments
 (0)