Skip to content

Commit c065aab

Browse files
committed
pbio/platform/prime_hub: set usb product name
This helps us find the hub in pybricksdev
1 parent 233709b commit c065aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/platform/prime_hub/usbd_desc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
#define USBD_PID 0x5740
5353
#define USBD_LANGID_STRING 0x409
5454
#define USBD_MANUFACTURER_STRING "STMicroelectronics"
55-
#define USBD_PRODUCT_FS_STRING "STM32 Virtual ComPort in FS Mode"
55+
#define USBD_PRODUCT_FS_STRING "Pybricks Hub"
5656
#define USBD_CONFIGURATION_FS_STRING "VCP Config"
5757
#define USBD_INTERFACE_FS_STRING "VCP Interface"
5858

0 commit comments

Comments
 (0)