USBX custom_hid_parameter.ux_device_class_hid_parameter_report_id
Hello
i’m using USBX 6.4.0 with CUBEMX to make a custom id device on a stm32H5
everything work fine BUT my report descriptor have four report ID
i wanto to use :
hid_event.ux_device_class_hid_event_report_id = 3;
// some data in the buffer
ux_device_class_hid_event_set(hid_custom, &hid_event);
and in order to do that i have to change
custom_hid_parameter.ux_device_class_hid_parameter_report_id = UX_FALSE;
to custom_hid_parameter.ux_device_class_hid_parameter_report_id = UX_TRUE;
in the function: UINT MX_USBX_Device_Stack_Init(void)
i can’t find in cube MX the property to change.. where is it??
thank you in advance
best reguards

