diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-29 14:35:38 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-29 14:35:38 -0700 |
| commit | 66c421f4012a47ba382f75bc1c804e8ce15469c5 (patch) | |
| tree | 102a0efb26801892cc4d7b88bcc15909170cb01a /atmel-samd | |
| parent | aaf01481aa5ded82a4706770f235c490649437bf (diff) | |
atmel-samd: Correct the USB PID of the CircuitPlayground Express.
Diffstat (limited to 'atmel-samd')
| -rw-r--r-- | atmel-samd/boards/circuitplayground_express/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk b/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk index 514c55a20..54739ddb2 100644 --- a/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk +++ b/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk @@ -1,6 +1,6 @@ LD_FILE = boards/samd21x18-bootloader-external-flash-crystalless.ld USB_VID = 0x239A -USB_PID = 0x8015 +USB_PID = 0x8019 FLASH_IMPL = spi_flash.c |
