diff options
| author | Dan Halbert <halbert@halwitz.org> | 2017-11-07 20:56:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 20:56:07 -0500 |
| commit | 1c12e9aabaea7807752ea84f2ed1c24c27c557bf (patch) | |
| tree | 0f1b89c9cafc588e8336960ecda6d33c8dea7470 | |
| parent | 9060df5af6fe3bf68eae6cdb57db74565c1370bd (diff) | |
| parent | 3cb5e7ea587a089eaf2c123f658de8a268ebe6fa (diff) | |
Merge pull request #418 from tannewt/usb_pids
atmel-samd: Update Feather M0 Express USB PID
| -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" |
