leo11261 opened a new pull request, #14106: URL: https://github.com/apache/nuttx/pull/14106
struct rpmsg_port_spi_config_s needs to be included by both rpmsg_port_spi/rpmsg_port_spi_slave driver. Change-Id: I4efd6037ab91f0fae1d7885f2df757d52314b5cb ## Summary struct rpmsg_port_spi_config_s is used by rpmsg_port_spi_slave driver, but it is not included by CONFIG_RPMSG_PORT_SPI_SLAVE which will cause a build error when CONFIG_RPMSG_PORT_SPI_SLAVE is enabled but CONFIG_RPMSG_PORT_SPI is not. ## Impact build success when only CONFIG_RPMSG_PORT_SPI_SLAVE. ## Testing enable CONFIG_RPMSG_PORT_SPI_SLAVE but not CONFIG_RPMSG_PORT_SPI. -- 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]
