8000 atmel-samd: Correct the USB PID of the CircuitPlayground Express. · sparkfun/circuitpython@66c421f · GitHub
[go: up one dir, main page]

Skip to content

Commit 66c421f

Browse files
committed
atmel-samd: Correct the USB PID of the CircuitPlayground Express.
1 parent aaf0148 commit 66c421f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atmel-samd/boards/circuitplayground_express/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-crystalless.ld
22
USB_VID = 0x239A
3-
USB_PID = 0x8015
3+
USB_PID = 0x8019
44

55
FLASH_IMPL = spi_flash.c
66

0 commit comments

Comments
 (0)
0