lupyuen commented on code in PR #3033:
URL: https://github.com/apache/nuttx-apps/pull/3033#discussion_r2008516568


##########
testing/fs/mtd_test/Kconfig:
##########
@@ -0,0 +1,18 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+config TESTING_MTD_TRANSFER_RATE
+       tristate "MTD transfer rate test"
+       default n
+       depends on BUILD_FLAT && MTD
+       ---help---
+               This testing application measures the transfer rate for an MTD 
flash
+               block device.  It performs a erase/write operation to evaluate 
write

Review Comment:
   ```suggestion
                block device.  It performs an erase/write operation to evaluate 
write
   ```
   Thanks :-)



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