1 parent 742e747 commit 6058677Copy full SHA for 6058677
2 files changed
ports/stm32f4/boards/feather_f405/mpconfigboard.mk
@@ -14,5 +14,4 @@ MCU_PACKAGE = 64
14
CMSIS_MCU = STM32F405xx
15
LD_FILE = boards/STM32F405.ld
16
TEXT0_ADDR = 0x08000000
17
-TEXT1_ADDR = 0x08010000
18
-
+TEXT1_ADDR = 0x08010000
ports/stm32f4/boards/pyboard_v11/mpconfigboard.mk
@@ -1,5 +1,5 @@
1
USB_VID = 0x239A
2
-USB_PID = 0x805C
+USB_PID = 0x8056
3
USB_PRODUCT = "Pyboard Version 1.1"
4
USB_MANUFACTURER = "George Robotic"
5
USB_DEVICES = "CDC,MSC"
0 commit comments