Skip to content

Commit

Permalink
Removed useless code
Browse files Browse the repository at this point in the history
(cherry picked from commit ba52e4b)
  • Loading branch information
kevin.meudic authored and abonnaudet-ledger committed Sep 24, 2024
1 parent e27d629 commit cbf19c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib_stusb_impl/usbd_impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,11 +758,7 @@ static uint8_t const USBD_DeviceDesc[]= {
USB_MAX_EP0_SIZE, /* bMaxPacketSize */
LOBYTE(USBD_VID), /* idVendor */
HIBYTE(USBD_VID), /* idVendor */
#if defined(HAVE_VID_PID_PROBER) || defined(HAVE_LEGACY_PID)
LOBYTE(USBD_PID), /* idProduct */
#else // HAVE_VID_PID_PROBER || defined(HAVE_LEGACY_PID)
LOBYTE(USBD_PID),
#endif // HAVE_VID_PID_PROBER || HAVE_LEGACY_PID
HIBYTE(USBD_PID), /* idProduct */

// Change this ID to make windows WINUSB/WEBUSB reenumerate when the
Expand Down

0 comments on commit cbf19c3

Please sign in to comment.