From 0ae308704951a14402eaa13d2c12be54fb1cd4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 9 Jan 2020 20:45:06 +0100 Subject: [PATCH] USB: set project name as product string --- lib/usb_cdcacm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/usb_cdcacm.c b/lib/usb_cdcacm.c index 95c1874..339f735 100644 --- a/lib/usb_cdcacm.c +++ b/lib/usb_cdcacm.c @@ -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 */ };