USB: adapt product name

This commit is contained in:
King Kévin 2020-02-19 21:04:58 +01:00
parent af22fc21e2
commit 5f5c9c0b86
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 */
"CuVoodoo sound level enforcer", /**< product string */
(const char*)usb_serial, /**< device ID used as serial number */
"DFU bootloader (runtime mode)", /**< DFU interface string */
};