usbhidd: fix set report value word

This commit is contained in:
Jeremy Soller
2026-06-25 13:05:29 -06:00
parent fdff2d29a6
commit fc487b3ee2
+1 -1
View File
@@ -43,7 +43,7 @@ pub fn set_report(
PortReqTy::Class,
PortReqRecipient::Interface,
SET_REPORT_REQ,
concat(report_id, report_ty as u8),
concat(report_ty as u8, report_id),
if_num,
DeviceReqData::Out(buffer),
)