app: adjust project name welcome text
This commit is contained in:
parent
776569d7c1
commit
90ec47d49a
@ -861,7 +861,7 @@ void main(void)
|
||||
usb_cdcacm_setup(); // setup USB CDC ACM (for printing)
|
||||
OTG_FS_GCCFG |= OTG_GCCFG_NOVBUSSENS | OTG_GCCFG_PWRDWN; // disable VBUS sensing
|
||||
OTG_FS_GCCFG &= ~(OTG_GCCFG_VBUSBSEN | OTG_GCCFG_VBUSASEN); // force USB device mode
|
||||
puts("\nwelcome to the World Clock controller\n"); // print welcome message
|
||||
puts("\nwelcome to the Bahn Uhr controller\n"); // print welcome message
|
||||
|
||||
#if DEBUG
|
||||
// show reset cause
|
||||
|
@ -229,7 +229,7 @@ static char usb_serial[] = "0123456789ab";
|
||||
*/
|
||||
static const char* usb_strings[] = {
|
||||
"CuVoodoo", /**< manufacturer string */
|
||||
"CuVoodoo bahn clock controller", /**< product string */
|
||||
"CuVoodoo Bahn Uhr controller", /**< product string */
|
||||
(const char*)usb_serial, /**< device ID used as serial number */
|
||||
"DFU bootloader (runtime mode)", /**< DFU interface string */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user