diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-03-23 09:34:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-23 09:34:02 -0700 |
| commit | 63d826a52ae92fb57b2cc8b6934c55d4d4583e7c (patch) | |
| tree | 19a67d0a3c72bc15edf469b6a05f0d454f243d70 | |
| parent | 261586518a6a6c63f66c2c48c95e79a27f9dd636 (diff) | |
Update USB PID
| -rw-r--r-- | ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk b/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk index 550909dda..61620ffa2 100644 --- a/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk +++ b/ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk @@ -1,6 +1,6 @@ LD_FILE = boards/samd51x19-bootloader-external-flash.ld USB_VID = 0x239A -USB_PID = 0x8021 +USB_PID = 0x8026 USB_PRODUCT = "Feather M4 Express" USB_MANUFACTURER = "Adafruit Industries LLC" |
