atmel-samd: Change Metro PID to 0x8014 so it doesn't conflict with Arduino's PID.
This commit is contained in:
parent
9805abd858
commit
b5f50fadf9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue