usb_cdcacm: set product string

This commit is contained in:
King Kévin 2019-12-06 17:11:15 +01:00
parent 6b517bc4f2
commit a00bd3fd24
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ static char usb_serial[] = "00112233445566778899aabb";
*/
static const char* usb_strings[] = {
"CuVoodoo", /**< manufacturer string */
"CuVoodoo STM32F1xx firmware", /**< product string */
"USB cable tester", /**< product string */
(const char*)usb_serial, /**< device ID used as serial number */
"DFU bootloader (runtime mode)", /**< DFU interface string */
};