8000 atmel-samd: Correct USB PIDs. · adafruit/circuitpython@90bf13e · GitHub
[go: up one dir, main page]

Skip to content

Commit 90bf13e

Browse files
committed
atmel-samd: Correct USB PIDs.
Arduino and Adafruit convention is for user programs to have PIDs starting with 8 and bootloaders starting with 0.
1 parent 9c67605 commit 90bf13e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
LD_FILE = boards/samd21x18.ld
22
USB_VID = 0x2341
3-
USB_PID = 0x024D
3+
USB_PID = 0x824D
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
LD_FILE = boards/samd21x18-bootloader.ld
22
USB_VID = 0x239A
3-
USB_PID = 0x000B
3+
USB_PID = 0x8015

0 commit comments

Comments
 (0)
0