This commit is contained in:
Yihui Xiong 2020-08-19 21:33:51 +08:00
parent 8bab7b664c
commit 9aca580195
1 changed files with 1 additions and 1 deletions

View File

@ -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) {