1 parent 8bab7b6 commit 9aca580Copy full SHA for 9aca580
1 file changed
shared-bindings/usb_hid/Device.c
@@ -58,7 +58,7 @@ STATIC mp_obj_t usb_hid_device_send_report(mp_obj_t self_in, mp_obj_t buffer) {
58
}
59
MP_DEFINE_CONST_FUN_OBJ_2(usb_hid_device_send_report_obj, usb_hid_device_send_report);
60
61
-//|report: bytes
+//| report: bytes
62
//| """The HID OUT report as a `bytes`. (read-only)"""
63
//|
64
STATIC mp_obj_t usb_hid_device_obj_get_report(mp_obj_t self_in) {
0 commit comments