summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-03-23 13:25:39 -0400
committerGitHub <noreply@github.com>2018-03-23 13:25:39 -0400
commitce8f7e69bfa517cd81c1325b591808e49148a0f5 (patch)
tree19a67d0a3c72bc15edf469b6a05f0d454f243d70
parent261586518a6a6c63f66c2c48c95e79a27f9dd636 (diff)
parent63d826a52ae92fb57b2cc8b6934c55d4d4583e7c (diff)
Merge pull request #700 from adafruit/tannewt-patch-6
Update USB PID
-rw-r--r--ports/atmel-samd/boards/feather_m4_express/mpconfigboard.mk2
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"