Skip to content

Commit 4387ecf

Browse files
committed
Update snekboard PID to official value
Snekboard has been assigned the following PIDs: PID 0x004D # bootloader PID 0x804D # arduino PID 0x804E # circuitpython Signed-off-by: Keith Packard <[email protected]>
1 parent 326df70 commit 4387ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/snekboard/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
22
USB_VID = 0x239A
3-
USB_PID = 0x8023
3+
USB_PID = 0x804E
44
USB_PRODUCT = "snekboard"
55
USB_MANUFACTURER = "keithp.com"
66

0 commit comments

Comments
 (0)