-
Notifications
You must be signed in to change notification settings - Fork 28
fix missing user string desc in MSC and CustomHID #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
fix missing user string desc in MSC and CustomHID #33
Conversation
Signed-off-by: Jiri Novotny <jiri.novotny3@jablotron.cz>
Hi @jiri-novotny, Thank you for this proposal. I had a look to source files of other classes and noticed the structure member you are referring to is not initialized neither, as you can see below. This can be on purpose. Please let me ask and get back to you once I have more info. From your side, did you experience any failure or see any reported error due to this uninitialized member? With regards, stm32-mw-usb-device/Class/CCID/Src/usbd_ccid.c Lines 109 to 132 in 2a0a352
stm32-mw-usb-device/Class/HID/Src/usbd_hid.c Lines 108 to 131 in 2a0a352
|
ST Internal Reference: 218172 |
That is possible, currently in my app is only using HID and MSC. Without change I get this warning:
|
Fix missing user string descriptor getters in MSC and CustomHID
USBD_ClassTypeDef