fix
This commit is contained in:
parent
8bab7b664c
commit
9aca580195
|
@ -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);
|
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)"""
|
//| """The HID OUT report as a `bytes`. (read-only)"""
|
||||||
//|
|
//|
|
||||||
STATIC mp_obj_t usb_hid_device_obj_get_report(mp_obj_t self_in) {
|
STATIC mp_obj_t usb_hid_device_obj_get_report(mp_obj_t self_in) {
|
||||||
|
|
Loading…
Reference in New Issue