gustavonihei commented on a change in pull request #3809:
URL: https://github.com/apache/incubator-nuttx/pull/3809#discussion_r642622674
##########
File path: drivers/spi/spi_slave_driver.c
##########
@@ -57,7 +57,7 @@
* Private Types
****************************************************************************/
-struct spislv_driver_s
+struct spislave_driver_s
Review comment:
At first I thought of calling it `spi_echo`, but then I changed my mind
because it would be too restrictive.
It may be extended for further than just echo testing.
One may create a test application that gives real responses to commands from
Master.
The driver idea is to serve just a bridge to the userspace.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]