Remove blank line

This commit is contained in:
Johannes Marbach 2022-08-17 16:31:05 +02:00
parent 7ccbf059c1
commit 4a2e49810f

1
main.c
View file

@ -406,7 +406,6 @@ int main(int argc, char *argv[]) {
lv_color_t *buf = (lv_color_t *)malloc(buf_size * sizeof(lv_color_t));
lv_disp_draw_buf_init(&disp_buf, buf, NULL, buf_size);
/* Register display driver */
disp_drv.draw_buf = &disp_buf;
disp_drv.hor_res = hor_res;