Skip to content

Commit a6f0212

Browse files
committed
fixes some compile errors.
1 parent 8db83a2 commit a6f0212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext_mod/lcd_bus/src/esp32/rgb_bus.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@
399399

400400

401401
uint8_t *tmp_buf = (uint8_t *)malloc(1);
402-
self->sw_rot.data.buffers.active = tmp_buf;
403-
self->sw_rot.data.buffers.idle = tmp_buf;
402+
self->sw_rot.buffers.active = tmp_buf;
403+
self->sw_rot.buffers.idle = tmp_buf;
404404

405405
LCD_DEBUG_PRINT("h_res=%lu\n", self->panel_io_config->timings.h_res)
406406
LCD_DEBUG_PRINT("v_res=%lu\n", self->panel_io_config->timings.v_res)

0 commit comments

Comments
 (0)