Skip to content

Commit ba7e0e2

Browse files
committed
Add Adafruit to other M4 board name strings
1 parent 7b2875d commit ba7e0e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/atmel-samd/boards/feather_m4_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 "Feather M4 Express"
1+
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M4 Express"
22
#define MICROPY_HW_MCU_NAME "samd51j19"
33

44
#define CIRCUITPY_MCU_FAMILY samd51

ports/atmel-samd/boards/metro_m4_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 "Metro M4 Express"
1+
#define MICROPY_HW_BOARD_NAME "Adafruit Metro M4 Express"
22
#define MICROPY_HW_MCU_NAME "samd51j19"
33

44
#define CIRCUITPY_MCU_FAMILY samd51

0 commit comments

Comments
 (0)