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 <keithp@keithp.com>
This commit is contained in:
parent
326df70ac2
commit
4387ecfdfb
|
@ -1,6 +1,6 @@
|
||||||
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
|
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
|
||||||
USB_VID = 0x239A
|
USB_VID = 0x239A
|
||||||
USB_PID = 0x8023
|
USB_PID = 0x804E
|
||||||
USB_PRODUCT = "snekboard"
|
USB_PRODUCT = "snekboard"
|
||||||
USB_MANUFACTURER = "keithp.com"
|
USB_MANUFACTURER = "keithp.com"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue