pkarashchenko commented on code in PR #8078: URL: https://github.com/apache/nuttx/pull/8078#discussion_r1066677756
########## arch/sim/src/sim/posix/sim_linuxspi.c: ########## @@ -191,6 +191,26 @@ static int linux_spi_lock(struct spi_dev_s *dev, bool lock) static void linux_spi_select(struct spi_dev_s *dev, uint32_t devid, bool selected) { + if (selected == false) Review Comment: ```suggestion if (!selected) ``` -- 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