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:
parent
9c67605233
commit
90bf13efd5
|
@ -1,3 +1,3 @@
|
|||
LD_FILE = boards/samd21x18.ld
|
||||
USB_VID = 0x2341
|
||||
USB_PID = 0x024D
|
||||
USB_PID = 0x824D
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
LD_FILE = boards/samd21x18-bootloader.ld
|
||||
USB_VID = 0x239A
|
||||
USB_PID = 0x000B
|
||||
USB_PID = 0x8015
|
||||
|
|
Loading…
Reference in New Issue