Commit 36d53ef
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/51 parent 64b32f6 commit 36d53ef
File tree
1 file changed
+1
-1
lines changed- ports/stm/boards/sparkfun_stm32f405_micromod
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments