8000 atmel-samd: Change Metro PID to 0x8014 so it doesn't conflict with Ar… · sparkfun/circuitpython@b5f50fa · GitHub
[go: up one dir, main page]

Skip to content

Commit b5f50fa

Browse files
committed
atmel-samd: Change Metro PID to 0x8014 so it doesn't conflict with Arduino's PID.
1 parent 9805abd commit b5f50fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

55
FLASH_IMPL = spi_flash.c
66

0 commit comments

Comments
 (0)
0