Skip to content

Commit e626502

Browse files
committed
Add USB VID and PID from STM.
1 parent 2bd2406 commit e626502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/stm/boards/nucleo_f446re/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
USB_VID = 0x239A
2-
USB_PID = 0x809F
1+
USB_VID = 0x0483
2+
USB_PID = 0x572A
33
USB_PRODUCT = "NUCLEO-F446RE - CPy"
44
USB_MANUFACTURER = "STMicroelectronics"
55

0 commit comments

Comments
 (0)