usb: adjust product name

This commit is contained in:
King Kévin 2022-07-27 10:04:45 +02:00
parent b7da249c51
commit 571038023c
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ static char usb_serial[] = "0123456789ab";
*/
static const char* usb_strings[] = {
"CuVoodoo", /**< manufacturer string */
"CuVoodoo STM32F4xx firmware", /**< product string */
"CuVoodoo bahn clock controller", /**< product string */
(const char*)usb_serial, /**< device ID used as serial number */
"DFU bootloader (runtime mode)", /**< DFU interface string */
};