Skip to content

Commit

Permalink
use stm32 vid and pick a random pid
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jul 15, 2024
1 parent 9f63ec3 commit 67b32f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stm32-modules/stacker/firmware/host_comms_task/usbd_desc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
/* Private define ------------------------------------------------------------*/
// TODO(alise): Uncomment these VID/PID definitions and replace
// the temporary values with the actual values for the shuttle
#define USBD_VID 0x04D8 /* same as Gen1 TD */
#define USBD_PID 0xee93 /* same as Gen1 TD */
#define USBD_VID 0x0483
#define USBD_PID 0xEF24
#define USBD_LANGID_STRING 0x0409 /* Replace '0xbbb' with your device language ID */
#define USBD_MANUFACTURER_STRING "Opentrons" /* Add your manufacturer string */
#define USBD_PRODUCT_HS_STRING "Stacker HS" /* Add your product High Speed string */
Expand Down

0 comments on commit 67b32f3

Please sign in to comment.