8000 Fix typo in fs.rst regarding info64 (#1551) · esphome/arduino-pico@21d1a28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21d1a28

Browse files
authored
Fix typo in fs.rst regarding info64 (earlephilhower#1551)
1 parent 0e57979 commit 21d1a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ info64
325325
.. code:: cpp
326326
327327
FSInfo64 fsinfo;
328-
SDFS.info(fsinfo);
329-
or LittleFS(fsinfo);
328+
SDFS.info64(fsinfo);
329+
or LittleFS.info64(fsinfo);
330330
331331
Performs the same operation as ``info`` but allows for reporting greater than
332332
4GB for filesystem size/used/etc. Should be used with the SD and SDFS

0 commit comments

Comments
 (0)
0