xiaoxiang781216 commented on code in PR #6092: URL: https://github.com/apache/incubator-nuttx/pull/6092#discussion_r861936619
########## boards/arm/xmc4/xmc4500-relax/src/xmc4_spi.c: ########## @@ -159,7 +159,7 @@ void xmc4_spi2select(FAR struct spi_dev_s *dev, uint32_t devid, #endif #ifdef CONFIG_XMC4_SPI3 -void xmc4_spi3select(FAR struct spi_dev_s *dev, uint32_t devid, +void xmc4_spi3select(struct spi_dev_s *dev, uint32_t devid, bool selected) Review Comment: Done. -- 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