Skip to content

Commit f4a31a7

Browse files
hierophecttannewt
andauthored
Update PID to suggestion
USB_PID = 0x805C (Pyboard Co-Authored-By: Scott Shawcroft <scott@tannewt.org>
1 parent 6058677 commit f4a31a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ports/stm32f4/boards/pyboard_v11/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
USB_VID = 0x239A
2-
USB_PID = 0x8056
2+
USB_PID = 0x805C
33
USB_PRODUCT = "Pyboard Version 1.1"
44
USB_MANUFACTURER = "George Robotic"
55
USB_DEVICES = "CDC,MSC"
@@ -14,4 +14,4 @@ MCU_PACKAGE = 64
1414
CMSIS_MCU = STM32F405xx
1515
LD_FILE = boards/STM32F405.ld
1616
TEXT0_ADDR = 0x08000000
17-
TEXT1_ADDR = 0x08010000
17+
TEXT1_ADDR = 0x08010000

0 commit comments

Comments
 (0)