Skip to content

Commit 0ab2a60

Browse files
committed
Update ItsyBitsy board name to one word
1 parent 44721cb commit 0ab2a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/atmel-samd/boards/itsybitsy_m0_express/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 "Adafruit Itsy Bitsy M0 Express"
1+
#define MICROPY_HW_BOARD_NAME "Adafruit ItsyBitsy M0 Express"
22
#define MICROPY_HW_MCU_NAME "samd21g18"
33

44
#define CIRCUITPY_BITBANG_APA102

ports/atmel-samd/boards/itsybitsy_m0_express/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-crystalless.ld
22
USB_VID = 0x239A
33
USB_PID = 0x8012
4-
USB_PRODUCT = "Itsy Bitsy M0 Express"
4+
USB_PRODUCT = "ItsyBitsy M0 Express"
55
USB_MANUFACTURER = "Adafruit Industries LLC"
66

77
SPI_FLASH_FILESYSTEM = 1

0 commit comments

Comments
 (0)