Unverified Commit 21d1a285 authored by Mohammed Chamma's avatar Mohammed Chamma Committed by GitHub

Fix typo in fs.rst regarding info64 (#1551)

parent 0e579792
...@@ -325,8 +325,8 @@ info64 ...@@ -325,8 +325,8 @@ info64
.. code:: cpp .. code:: cpp
FSInfo64 fsinfo; FSInfo64 fsinfo;
SDFS.info(fsinfo); SDFS.info64(fsinfo);
or LittleFS(fsinfo); or LittleFS.info64(fsinfo);
Performs the same operation as ``info`` but allows for reporting greater than Performs the same operation as ``info`` but allows for reporting greater than
4GB for filesystem size/used/etc. Should be used with the SD and SDFS 4GB for filesystem size/used/etc. Should be used with the SD and SDFS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment