eclipse-threadx / usbx

Eclipse ThreadX - USBX is a high-performance USB host, device, and on-the-go (OTG) embedded stack, that is fully integrated with Eclipse ThreadX RTOS
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/usbx/index.md
MIT License
148 stars 88 forks source link

duplicated definition UX_DEVICE_CLASS_AUDIO20_CONTROL_FREQUENCY_CHANGED #84

Closed BluesharkPD closed 1 year ago

BluesharkPD commented 1 year ago

Hi, there is a duplicated definition of UX_DEVICE_CLASS_AUDIO20_CONTROL_FREQUENCY_CHANGED in ux_device_class_audio10.h and ux_device_class_audio20.h

https://github.com/azure-rtos/usbx/blob/813361a875870d3c3c4ae7b830a54e0748e889e1/common/usbx_device_classes/inc/ux_device_class_audio10.h#L380

https://github.com/azure-rtos/usbx/blob/813361a875870d3c3c4ae7b830a54e0748e889e1/common/usbx_device_classes/inc/ux_device_class_audio20.h#L439

xiaocq2001 commented 1 year ago

You are right. Thanks for pointing that out.

xiaocq2001 commented 1 year ago

It will be fixed soon.