Skip to content

Commit 686edce

Browse files
author
Seth Kerr
committed
fixing PID issues with CI Test (whoops)
1 parent e5cee98 commit 686edce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ports/atmel-samd/boards/cp_sapling_m0_spiflash/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define MICROPY_HW_BOARD_NAME "CP Sapling M0"
1+
#define MICROPY_HW_BOARD_NAME "CP Sapling M0 w/ SPI Flash"
22
#define MICROPY_HW_MCU_NAME "samd21e18"
33

44
#define MICROPY_HW_NEOPIXEL (&pin_PA15)

ports/atmel-samd/boards/cp_sapling_m0_spiflash/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
USB_VID = 0x1209
2-
USB_PID = 0x4DDD
3-
USB_PRODUCT = "CP Sapling"
2+
USB_PID = 0x4DDE
3+
USB_PRODUCT = "CP Sapling M0 w/ SPI Flash"
44
USB_MANUFACTURER = "Oak Development Technologies"
55

66
CHIP_VARIANT = SAMD21E18A

0 commit comments

Comments
 (0)