adamkaliszan commented on code in PR #6511: URL: https://github.com/apache/incubator-nuttx/pull/6511#discussion_r907327484
########## boards/xtensa/esp32/common/src/esp32_board_spi.c: ########## @@ -71,7 +71,7 @@ static inline uint8_t spi_status(struct spi_dev_s *dev, uint32_t devid) static inline int spi_cmddata(struct spi_dev_s *dev, uint32_t devid, bool cmd) { -#ifdef CONFIG_LCD_ILI9341 +#if defined(CONFIG_LCD_ILI9341) || defined(CONFIG_LCD_SSD1680) Review Comment: OK. Now I use only DISPLAY_DC, there is no more CONFIG_SSD1680_GPIO_PIN_DTA_CMD. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org