Skip to content

Commit dfa9b68

Browse files
author
Eric Rong
committed
Add new line to end of file
1 parent d1b18bb commit dfa9b68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ports/raspberrypi/boards/lilygo_t_display_rp2040/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ void reset_board(void) {
150150
}
151151

152152
void board_deinit(void) {
153-
}
153+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#define MICROPY_HW_BOARD_NAME "LILYGO T-DISPLAY"
2-
#define MICROPY_HW_MCU_NAME "rp2040"
2+
#define MICROPY_HW_MCU_NAME "rp2040"

ports/raspberrypi/boards/lilygo_t_display_rp2040/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ CHIP_FAMILY = rp2
88

99
EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
1010

11-
CIRCUITPY__EVE = 1
11+
CIRCUITPY__EVE = 1

ports/raspberrypi/boards/lilygo_t_display_rp2040/pin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5757
{ MP_ROM_QSTR(MP_QSTR_GP29), MP_ROM_PTR(&pin_GPIO29) },
5858
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO29) },
5959
};
60-
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
60+
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)