diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-11-07 14:32:58 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-11-07 14:32:58 -0800 |
| commit | aa817de7f004a4b8646f68394ec8540eaf207b1c (patch) | |
| tree | 85765f176c1e535524e07acb36edfc26919eddec | |
| parent | 216fcedfbbe3df3f9a224da83df40c5cced90ae3 (diff) | |
atmel-samd: Update Feather M0 Express USB PID
This makes it different from the bootloaders and Arduino.
Fixes #324.
| -rw-r--r-- | atmel-samd/boards/feather_m0_express/mpconfigboard.mk | 2 | ||||
| -rw-r--r-- | atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/atmel-samd/boards/feather_m0_express/mpconfigboard.mk b/atmel-samd/boards/feather_m0_express/mpconfigboard.mk index 4a8bc31eb..750b8d5f7 100644 --- a/atmel-samd/boards/feather_m0_express/mpconfigboard.mk +++ b/atmel-samd/boards/feather_m0_express/mpconfigboard.mk @@ -1,6 +1,6 @@ LD_FILE = boards/samd21x18-bootloader-external-flash.ld USB_VID = 0x239A -USB_PID = 0x801b +USB_PID = 0x8023 SPI_FLASH_FILESYSTEM = 1 diff --git a/atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk b/atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk index c3d413f35..bebedb074 100644 --- a/atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk +++ b/atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk @@ -1,7 +1,7 @@ LD_FILE = boards/samd21x18-bootloader-external-flash.ld USB_VID = 0x239A -USB_PID = 0x801b +USB_PID = 0x8023 SPI_FLASH_FILESYSTEM = 1 |
