gustavonihei commented on a change in pull request #4082:
URL: https://github.com/apache/incubator-nuttx/pull/4082#discussion_r665403691



##########
File path: boards/risc-v/esp32c3/esp32c3-devkit/src/esp32c3_spiflash.c
##########
@@ -42,6 +42,14 @@
 #include "esp32c3_spiflash.h"
 #include "esp32c3-devkit.h"
 
+/****************************************************************************
+ * Pre-processor Definitions
+ ****************************************************************************/
+
+#define ESP32C3_MTD_PATH      "/dev/esp32c3flash"
+
+#define ESP32C3_FS_MOUNT_PTR  CONFIG_ESP32C3_SPIFLASH_FS_MOUNT_PT

Review comment:
       ```suggestion
   #define ESP32C3_FS_MOUNT_PT   CONFIG_ESP32C3_SPIFLASH_FS_MOUNT_PT
   ```
   nit: This one should also be fixed




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


Reply via email to