eren-terzioglu commented on code in PR #3467:
URL: https://github.com/apache/nuttx-apps/pull/3467#discussion_r3181214543


##########
examples/spislv_test/spislv_test.c:
##########
@@ -40,7 +40,7 @@
 /* Define buffer sizes */
 #define RX_BUFFER_SIZE 64
 #define TX_BUFFER_SIZE 64
-#define SOURCE_FILE "dev/spislv2" /* SPI device path */
+#define DEFAULT_SPI_PATH "dev/spislv2"

Review Comment:
   Example creator created this to test SPI Slave for ESP32-C6. On Espressif 
devices we register SPI devices starting from SPI2 (because of general purpose 
SPI starts from SPI2) and probably he did not want to work on it much with 
parameter option. Only meaningfull reason comes to my mind is this.



-- 
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]

Reply via email to