Skip to content

Commit

Permalink
clang correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulina Slosarek committed Dec 30, 2024
1 parent 256eb60 commit b1657f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board/lilygo_board_s3.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static lcd_bus_config_t lcd_config = {
.data[4] = D4,
.data[5] = D5,
.data[6] = D6,
.data[7] = D7
.data[7] = D7,
};

static void epd_board_init(uint32_t epd_row_width) {
Expand Down

0 comments on commit b1657f1

Please sign in to comment.