Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6f0212

Browse files
committed
fixes some compile errors.
1 parent8db83a2 commita6f0212

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)

[8]ページ先頭

©2009-2025 Movatter.jp