Skip to content

Commit

Permalink
sim/lcd: fix compile break
Browse files Browse the repository at this point in the history
Signed-off-by: Xu Xingliang <[email protected]>
  • Loading branch information
XuNeo authored and xiaoxiang781216 committed Aug 23, 2024
1 parent a5afa11 commit cfdbc85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/sim/src/sim/sim_lcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,8 @@ int board_lcd_initialize(void)
#ifdef CONFIG_SIM_X11FB
ret = sim_x11initialize(CONFIG_SIM_FBWIDTH, CONFIG_SIM_FBHEIGHT,
(void**)&g_planeinfo.buffer, &g_fblen,
&g_planeinfo.bpp, &g_stride, CONFIG_LCD_FBCOUNT);
&g_planeinfo.bpp, &g_stride, CONFIG_LCD_FBCOUNT,
0);
#endif

return ret;
Expand Down

0 comments on commit cfdbc85

Please sign in to comment.