Skip to content

Commit

Permalink
FIX: device name in USB descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
r2axz committed Nov 23, 2020
1 parent 37180ea commit 6f700cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb_descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const usb_endpoint_t usb_endpoints[usb_endpoint_address_last] = {

const usb_string_descriptor_t usb_string_lang = USB_ARRAY_DESC(usb_language_code_en_US);
const usb_string_descriptor_t usb_string_manufacturer = USB_STRING_DESC("R2AXZ Kirill Kotyagin");
const usb_string_descriptor_t usb_string_product = USB_STRING_DESC("STM32 Blue Pill Serial Monster");
const usb_string_descriptor_t usb_string_product = USB_STRING_DESC("Bluepill Serial Monster");
const usb_string_descriptor_t usb_string_serial = USB_STRING_DESC("NO SERIAL"); /* Placeholder, replaced by STM32 UID */

const usb_string_descriptor_t *usb_string_descriptors[usb_string_index_last] = {
Expand Down

0 comments on commit 6f700cc

Please # to comment.