Skip to content

Commit 9ee6b4e

Browse files
committed
fixes compile error.
1 parent 8d0dd32 commit 9ee6b4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext_mod/lcd_bus/esp32_src/rgb_bus.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
LCD_UNUSED(color_size);
515515

516516
mp_lcd_rgb_bus_obj_t *self = (mp_lcd_rgb_bus_obj_t *)obj;
517-
517+
518518
rgb_bus_lock_acquire(&self->tx_color_lock, -1);
519519

520520
self->partial_buf = (uint8_t *)color;
@@ -524,7 +524,6 @@
524524
self->y_end = y_end;
525525
self->rotation = rotation;
526526

527-
rgb_bus_event_set(&self->partial_copy);
528527
if (last_update) rgb_bus_event_set(&self->last_update);
529528
rgb_bus_lock_release(&self->copy_lock);
530529

0 commit comments

Comments
 (0)