Skip to content

Commit

Permalink
chore: use full name for USB descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Jun 28, 2024
1 parent 1d11b0d commit 38344cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/targets/horus/usb_descriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define USB_MANUFACTURER 'R', 'M', '_', 'T', 'X', ' ', ' ', ' ' /* 8 bytes */
#define USB_PRODUCT 'R', 'M', ' ', 'T', 'X', '1', '6', 'S' /* 8 Bytes */
#elif defined(RADIO_F16)
#define USB_NAME "FF F16"
#define USB_NAME "Fatfish F16"
#define USB_MANUFACTURER 'F', 'A', 'T', 'F', 'I', 'S', 'H', ' ' /* 8 bytes */
#define USB_PRODUCT 'F', 'F', ' ', 'F', '1', '6', ' ', ' ' /* 8 Bytes */
#elif defined(PCBX10)
Expand Down

0 comments on commit 38344cf

Please sign in to comment.