diff options
| author | Dan Halbert <halbert@halwitz.org> | 2017-11-07 20:55:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 20:55:24 -0500 |
| commit | d183b66e523ec633703be9c1e83cf8920a6b08ec (patch) | |
| tree | 85765f176c1e535524e07acb36edfc26919eddec | |
| parent | 216fcedfbbe3df3f9a224da83df40c5cced90ae3 (diff) | |
| parent | aa817de7f004a4b8646f68394ec8540eaf207b1c (diff) | |
Merge pull request #419 from tannewt/2.x_usb_pids
atmel-samd: Update Feather M0 Express USB PID in 2.x
| -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 |
