pkarashchenko commented on code in PR #6511: URL: https://github.com/apache/incubator-nuttx/pull/6511#discussion_r908338422
########## boards/xtensa/esp32/common/src/esp32_ssd1680.c: ########## @@ -153,37 +171,30 @@ int board_lcd_initialize(void) if (!g_lcddev) { lcderr("ERROR: Failed to bind SPI port %d to E-paper display\n", - CONFIG_SSD1680_SPI_BUS); + DISPLAY_SPI_BUS); Review Comment: Good if alignment can be fixed here -- 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