mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-17 03:43:30 +08:00
effcee25b7
To make compositive usb device string more reansonable, not all devices just show same "RTT Composite Device" on windows device manager. add a interface rt_usbd_device_set_interface_string to set respective interface string. Signed-off-by: Dillon Min <dillon.minfei@gmail.com> v1 -> v2: remove all tabs to space, to match rt-thread coding style