Skip to content

Commit 36d53ef

Browse files
authored
stm/boards: Fix USB PID for SparkFun STM32 MicroMod.
When I originally created the PR to add support for the SparkFun STM32 MicroMod, SparkFun provided me with the following PID/VID: PID: 0x0027 VID: 0X1B4F I missed a follow-up post from SparkFun about 5 months later which provided a corrected PID for this device: PID: 0x0029 See https://community.sparkfun.com/t/circuitpython-support-for-micromod-stm32-need-usb-pid/42486/5
1 parent 64b32f6 commit 36d53ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm/boards/sparkfun_stm32f405_micromod/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
USB_VID = 0X1B4F
2-
USB_PID = 0x0027
2+
USB_PID = 0x0029
33
USB_PRODUCT = "SparkFun STM32 MicroMod Processor"
44
USB_MANUFACTURER = "SparkFun Electronics"
55

0 commit comments

Comments
 (0)