Skip to content

Commit aa817de

Browse files
committed
atmel-samd: Update Feather M0 Express USB PID
This makes it different from the bootloaders and Arduino. Fixes adafruit#324.
1 parent 216fced commit aa817de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)