Skip to content

Commit 9aca580

Browse files
committed
fix
1 parent 8bab7b6 commit 9aca580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/usb_hid/Device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ STATIC mp_obj_t usb_hid_device_send_report(mp_obj_t self_in, mp_obj_t buffer) {
5858
}
5959
MP_DEFINE_CONST_FUN_OBJ_2(usb_hid_device_send_report_obj, usb_hid_device_send_report);
6060

61-
//|report: bytes
61+
//| report: bytes
6262
//| """The HID OUT report as a `bytes`. (read-only)"""
6363
//|
6464
STATIC mp_obj_t usb_hid_device_obj_get_report(mp_obj_t self_in) {

0 commit comments

Comments
 (0)