acassis commented on PR #13097:
URL: https://github.com/apache/nuttx/pull/13097#issuecomment-2304533774

   Please fix:
   ```
    
====================================================================================
   Configuration/Tool: sim/lvgl_lcd
   2024-08-22 09:34:41
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Building NuttX...
   sim/sim_lcd.c: In function 'board_lcd_initialize':
   Error: sim/sim_lcd.c:508:9: error: too few arguments to function 
'sim_x11initialize'
     508 |   ret = sim_x11initialize(CONFIG_SIM_FBWIDTH, CONFIG_SIM_FBHEIGHT,
         |         ^~~~~~~~~~~~~~~~~
   In file included from sim/sim_lcd.c:38:
   sim/sim_internal.h:293:5: note: declared here
     293 | int sim_x11initialize(unsigned short width, unsigned short height,
         |     ^~~~~~~~~~~~~~~~~
   make[1]: *** [Makefile:333: sim_lcd.o] Error 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to