diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-11-07 10:23:29 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-11-07 14:26:37 -0800 |
| commit | 3cb5e7ea587a089eaf2c123f658de8a268ebe6fa (patch) | |
| tree | 0f1b89c9cafc588e8336960ecda6d33c8dea7470 | |
| parent | 9060df5af6fe3bf68eae6cdb57db74565c1370bd (diff) | |
atmel-samd: Update Feather M0 Express USB PID
This makes it different from the bootloaders and Arduino.
| -rw-r--r-- | ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk b/ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk index 46c58d04a..820ec4eca 100644 --- a/ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk +++ b/ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk @@ -1,6 +1,6 @@ LD_FILE = boards/samd21x18-bootloader.ld USB_VID = 0x239A -USB_PID = 0x801b +USB_PID = 0x8023 USB_PRODUCT = "Feather M0 Express" USB_MANUFACTURER = "Adafruit Industries LLC" |
