USB: set project name as product string

This commit is contained in:
King Kévin 2020-01-09 20:45:06 +01:00
parent 2ba33d58c6
commit 0ae3087049
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 dachboden clock jockey", /**< product string */
(const char*)usb_serial, /**< device ID used as serial number */
"DFU bootloader (runtime mode)", /**< DFU interface string */
};