Skip to content

Commit 463d944

Browse files
committed
Use correct PID for SparkFun Thing Plus - STM32
This value was kindly provided by brhoff720.
1 parent 7afb4f1 commit 463d944

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ports/stm/boards/sparkfun_stm32_thing_plus/mpconfigboard.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
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
2+
USB_PID = 0x0028
53

64
USB_PRODUCT = "SparkFun Thing Plus - STM32"
75
USB_MANUFACTURER = "SparkFun Electronics"

0 commit comments

Comments
 (0)