Update bootloader vendor string
This commit is contained in:
parent
b18657e1d1
commit
a7f78b6b05
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ const USB_WholeDescriptor_t USB_ConfigurationInterfaceDescriptor =
|
||||||
};
|
};
|
||||||
|
|
||||||
#define USB_STRING_LANGID 0x0409
|
#define USB_STRING_LANGID 0x0409
|
||||||
#define USB_STRING_VENDOR '2', '5', '1', '2', '0'
|
#define USB_STRING_VENDOR '2', '5', '1', '2', '0', \
|
||||||
|
'.', 'o', 'r', 'g'
|
||||||
#define USB_STRING_PRODUCT 'p', 'u', 'n', 't'
|
#define USB_STRING_PRODUCT 'p', 'u', 'n', 't'
|
||||||
|
|
||||||
const uint16_t USB_StringDescriptor_LangID[] =
|
const uint16_t USB_StringDescriptor_LangID[] =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue