Skip to content

Commit bea6dbc

Browse files
committed
changed board name to match Pimoroni's MP definition
1 parent 20d069d commit bea6dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/pimoroni_tinyfx/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#pragma once
88

9-
#define MICROPY_HW_BOARD_NAME "Pimoroni Tiny FX"
9+
#define MICROPY_HW_BOARD_NAME "Pimoroni TinyFX"
1010
#define MICROPY_HW_MCU_NAME "rp2040"
1111

1212
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO17)

0 commit comments

Comments
 (0)