Merge pull request #418 from tannewt/usb_pids

atmel-samd: Update Feather M0 Express USB PID
This commit is contained in:
Dan Halbert 2017-11-07 20:56:07 -05:00 committed by GitHub
commit 1c12e9aaba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
LD_FILE = boards/samd21x18-bootloader.ld
USB_VID = 0x239A
USB_PID = 0x801b
USB_PID = 0x8023
USB_PRODUCT = "Feather M0 Express"
USB_MANUFACTURER = "Adafruit Industries LLC"