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

   @SimonFilgis could you please fix this issue:
   ```
   board/stm32_st7789.c: In function 'board_lcd_getdev':
   Error: board/stm32_st7789.c:101:11: error: too few arguments to function 
'st7789_lcdinitialize'
     101 |   g_lcd = st7789_lcdinitialize(g_spidev);
         |           ^~~~~~~~~~~~~~~~~~~~
   In file included from board/stm32_st7789.c:36:
   /github/workspace/sources/nuttx/include/nuttx/lcd/st7789.h:71:23: note: 
declared here
      71 | FAR struct lcd_dev_s *st7789_lcdinitialize(FAR struct spi_dev_s *spi,
         |                       ^~~~~~~~~~~~~~~~~~~~
   make[2]: *** [/github/workspace/sources/nuttx/boards/Board.mk:83: 
stm32_st7789.o] Error 1
   make[2]: Target 'libboard.a' not remade because of errors.
   ```
   


-- 
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