atmel-samd: Correct USB PIDs.

Arduino and Adafruit convention is for user programs to have PIDs
starting with 8 and bootloaders starting with 0.
This commit is contained in:
Scott Shawcroft 2016-10-05 12:55:48 -07:00
parent 9c67605233
commit 90bf13efd5
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
LD_FILE = boards/samd21x18.ld
USB_VID = 0x2341
USB_PID = 0x024D
USB_PID = 0x824D

View File

@ -1,3 +1,3 @@
LD_FILE = boards/samd21x18-bootloader.ld
USB_VID = 0x239A
USB_PID = 0x000B
USB_PID = 0x8015