From 3cb5e7ea587a089eaf2c123f658de8a268ebe6fa Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 7 Nov 2017 10:23:29 -0800 Subject: atmel-samd: Update Feather M0 Express USB PID This makes it different from the bootloaders and Arduino. --- ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3