atmel-samd: Change Metro PID to 0x8014 so it doesn't conflict with Arduino's PID.

This commit is contained in:
Scott Shawcroft 2017-06-06 16:18:34 -07:00
parent 9805abd858
commit b5f50fadf9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
USB_VID = 0x239A
USB_PID = 0x8015
USB_PID = 0x8014
FLASH_IMPL = spi_flash.c