Merge pull request #2836 from hierophect/stm32-openmv-pid

STM32: Add correct PID for the OpenMV
This commit is contained in:
hierophect 2020-04-30 16:07:34 -04:00 committed by GitHub
commit 10c5bf666e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
USB_VID = 0x239A USB_VID = 0x239A
USB_PID = 0x8098 USB_PID = 0x80A4
USB_PRODUCT = "OpenMV-H7 R1" USB_PRODUCT = "OpenMV-H7 R1"
USB_MANUFACTURER = "OpenMV, LLC" USB_MANUFACTURER = "OpenMV, LLC"
USB_DEVICES = "CDC,MSC" USB_DEVICES = "CDC,MSC"