usb: update product description

This commit is contained in:
King Kévin 2021-03-24 11:13:12 +01:00
parent 8ab6dc1ab5
commit 02d86702b0
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 SWJ finder", /**< product string */
(const char*)usb_serial, /**< device ID used as serial number */
"DFU bootloader (runtime mode)", /**< DFU interface string */
};