mirror of
https://github.com/STMicroelectronics/stm32-mw-usb-device.git
synced 2026-02-08 20:18:07 -05:00
fix missing user string desc in MSC and CustomHID
Signed-off-by: Jiri Novotny <jiri.novotny3@jablotron.cz>
This commit is contained in:
committed by
Ali LABBENE
parent
2a0a3521ac
commit
d6e6bd2c66
@@ -128,6 +128,9 @@ USBD_ClassTypeDef USBD_CUSTOM_HID =
|
||||
USBD_CUSTOM_HID_GetOtherSpeedCfgDesc,
|
||||
USBD_CUSTOM_HID_GetDeviceQualifierDesc,
|
||||
#endif /* USE_USBD_COMPOSITE */
|
||||
#if (USBD_SUPPORT_USER_STRING_DESC == 1U)
|
||||
NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
#ifndef USE_USBD_COMPOSITE
|
||||
|
||||
Reference in New Issue
Block a user