From 3afa09b2fe8a51ca67494869c9af839537ef6a07 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 27 Mar 2017 20:30:02 +0100 Subject: [PATCH] atmel-samd: Update Feather M0 Express USB pid. --- atmel-samd/boards/feather_m0_express/mpconfigboard.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atmel-samd/boards/feather_m0_express/mpconfigboard.mk b/atmel-samd/boards/feather_m0_express/mpconfigboard.mk index 8b6d61bbb4..bf8bd54f2d 100644 --- a/atmel-samd/boards/feather_m0_express/mpconfigboard.mk +++ b/atmel-samd/boards/feather_m0_express/mpconfigboard.mk @@ -1,6 +1,6 @@ LD_FILE = boards/samd21x18-bootloader-external-flash.ld USB_VID = 0x239A -USB_PID = 0x8015 +USB_PID = 0x801b FLASH_IMPL = spi_flash.c