summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorYihui Xiong <yihui.xiong@hotmail.com>2020-08-19 21:33:51 +0800
committerYihui Xiong <yihui.xiong@hotmail.com>2020-08-19 21:33:51 +0800
commit9aca580195b8381d0db6663dd0dbe22f465ce170 (patch)
tree63fb8ff12076517cd82a66469e57203ed27a518e /shared-bindings
parent8bab7b664c9627dfbaa32b3bf64893d7487f1cd0 (diff)
fix
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/usb_hid/Device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/usb_hid/Device.c b/shared-bindings/usb_hid/Device.c
index 2fbc5fe51..a6c268c74 100644
--- a/shared-bindings/usb_hid/Device.c
+++ b/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) {
}
MP_DEFINE_CONST_FUN_OBJ_2(usb_hid_device_send_report_obj, usb_hid_device_send_report);
-//|report: bytes
+//| report: bytes
//| """The HID OUT report as a `bytes`. (read-only)"""
//|
STATIC mp_obj_t usb_hid_device_obj_get_report(mp_obj_t self_in) {