Skip to content

Commit d183b66

Browse files
authored
Merge pull request adafruit#419 from tannewt/2.x_usb_pids
atmel-samd: Update Feather M0 Express USB PID in 2.x
2 parents 216fced + aa817de commit d183b66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

atmel-samd/boards/feather_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 = 0x801b
3+
USB_PID = 0x8023
44

55
SPI_FLASH_FILESYSTEM = 1
66

atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
22

33
USB_VID = 0x239A
4-
USB_PID = 0x801b
4+
USB_PID = 0x8023
55

66
SPI_FLASH_FILESYSTEM = 1
77

0 commit comments

Comments
 (0)