Skip to content

Commit 0be1d4d

Browse files
committed
removed semicolumn
1 parent e83703e commit 0be1d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lvgl_panel_axa15231b_qspi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void axs15231b_lv_flush(lv_display_t *display, const lv_area_t *area, uint8_t *p
3030
}
3131

3232
ESP_ERROR_CHECK(esp_lcd_panel_draw_bitmap(panel_handle, area->x1, area->y1, area->x2 + 1, area->y2 + 1, px_map));
33-
};
33+
}
3434

3535
lv_display_t *lvgl_lcd_init()
3636
{

0 commit comments

Comments
 (0)