Merge pull request #419 from tannewt/2.x_usb_pids
atmel-samd: Update Feather M0 Express USB PID in 2.x
This commit is contained in:
commit
d183b66e52
|
@ -1,6 +1,6 @@
|
|||
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
|
||||
USB_VID = 0x239A
|
||||
USB_PID = 0x801b
|
||||
USB_PID = 0x8023
|
||||
|
||||
SPI_FLASH_FILESYSTEM = 1
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
|
||||
|
||||
USB_VID = 0x239A
|
||||
USB_PID = 0x801b
|
||||
USB_PID = 0x8023
|
||||
|
||||
SPI_FLASH_FILESYSTEM = 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue