diff options
| author | hierophect <hierophect@gmail.com> | 2019-09-26 11:38:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-26 11:38:08 -0400 |
| commit | f4a31a784356a23efbcebb129a994bb6d71ca8c8 (patch) | |
| tree | c70d16b52ce6898fedfab13cdc65d246069afd28 | |
| parent | 6058677979b0206bd646cb98d5c6d2fe99c98ed8 (diff) | |
Update PID to suggestion
USB_PID = 0x805C (Pyboard
Co-Authored-By: Scott Shawcroft <scott@tannewt.org>
| -rw-r--r-- | ports/stm32f4/boards/pyboard_v11/mpconfigboard.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/stm32f4/boards/pyboard_v11/mpconfigboard.mk b/ports/stm32f4/boards/pyboard_v11/mpconfigboard.mk index 5dd74ff42..a01ff7923 100644 --- a/ports/stm32f4/boards/pyboard_v11/mpconfigboard.mk +++ b/ports/stm32f4/boards/pyboard_v11/mpconfigboard.mk @@ -1,5 +1,5 @@ USB_VID = 0x239A -USB_PID = 0x8056 +USB_PID = 0x805C USB_PRODUCT = "Pyboard Version 1.1" USB_MANUFACTURER = "George Robotic" USB_DEVICES = "CDC,MSC" @@ -14,4 +14,4 @@ MCU_PACKAGE = 64 CMSIS_MCU = STM32F405xx LD_FILE = boards/STM32F405.ld TEXT0_ADDR = 0x08000000 -TEXT1_ADDR = 0x08010000
\ No newline at end of file +TEXT1_ADDR = 0x08010000 |
