You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/06 13:10:28 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4082: boards/esp32c3: Support mounting SPI Flash MTD to littleFS

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



##########
File path: boards/risc-v/esp32c3/esp32c3-devkit/Kconfig
##########
@@ -65,6 +65,11 @@ choice
 
 endchoice
 
+config ESP32C3_SPIFLASH_FS_MOUNT_PTR
+	string "File-system Mount Pointer"

Review comment:
       ```suggestion
   config ESP32C3_SPIFLASH_FS_MOUNT_PT
   	string "File-system Mount Point"
   ```
   nit: The correct expression would be "mount point"




-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org