Add USB product string for rad1o badge

This commit is contained in:
Dominic Spill
2017-08-10 16:12:40 +01:00
parent 75d3a0a5b1
commit 46945205f2

View File

@ -217,6 +217,14 @@ uint8_t usb_descriptor_string_product[] = {
'k', 0x00,
'e', 0x00,
'r', 0x00,
#elif RAD1O
12, // bLength
USB_DESCRIPTOR_TYPE_STRING, // bDescriptorType
'r', 0x00,
'a', 0x00,
'd', 0x00,
'1', 0x00,
'o', 0x00,
#else
14, // bLength
USB_DESCRIPTOR_TYPE_STRING, // bDescriptorType