Skip to content

Commit cb8ad1f

Browse files
committed
Correct board name
1 parent 75bf3bd commit cb8ad1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/raspberrypi/boards/studiolab_picoexpander/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// SPDX-License-Identifier: MIT
66

7-
#define MICROPY_HW_BOARD_NAME "StudioLabPico Expander"
7+
#define MICROPY_HW_BOARD_NAME "Studiolab Pico Expander"
88
#define MICROPY_HW_MCU_NAME "rp2350a"
99

1010
#define CIRCUITPY_DIGITALIO_HAVE_INVALID_PULL (1)

0 commit comments

Comments
 (0)