atmel-samd: Update Feather M0 Express USB PID

This makes it different from the bootloaders and Arduino.

Fixes #324.
This commit is contained in:
Scott Shawcroft 2017-11-07 14:32:58 -08:00
parent 216fcedfbb
commit aa817de7f0
2 changed files with 2 additions and 2 deletions

View File

@ -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 = 0x801b USB_PID = 0x8023
SPI_FLASH_FILESYSTEM = 1 SPI_FLASH_FILESYSTEM = 1

View File

@ -1,7 +1,7 @@
LD_FILE = boards/samd21x18-bootloader-external-flash.ld LD_FILE = boards/samd21x18-bootloader-external-flash.ld
USB_VID = 0x239A USB_VID = 0x239A
USB_PID = 0x801b USB_PID = 0x8023
SPI_FLASH_FILESYSTEM = 1 SPI_FLASH_FILESYSTEM = 1