Skip to content

Commit 7afb4f1

Browse files
committed
Temporary: Use same USB PID as the MicroMod STM32
1 parent 0ff3c0d commit 7afb4f1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ports/stm/boards/sparkfun_stm32_thing_plus/mpconfigboard.mk

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
USB_VID = 0x0483
2-
USB_PID = 0x5740
1+
USB_VID = 0X1B4F
2+
3+
# TODO: Replace the Product ID below with the official value once known.
4+
USB_PID = 0x0027 # Same PID as the SparkFun MicroMod STM32
5+
36
USB_PRODUCT = "SparkFun Thing Plus - STM32"
47
USB_MANUFACTURER = "SparkFun Electronics"
58

0 commit comments

Comments
 (0)