Skip to content

Commit

Permalink
Add USB product string for rad1o badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicgs committed Aug 10, 2017
1 parent 75d3a0a commit 4694520
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions firmware/hackrf_usb/usb_descriptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4694520

Please sign in to comment.