We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01bf1b commit 5f586c4Copy full SHA for 5f586c4
libraries/FS/src/FS.h
@@ -64,7 +64,7 @@ class File : public Stream {
64
bool seek(uint32_t pos) {
65
return seek(pos, SeekSet);
66
}
67
- size_t position() const; // returns (size_t)-1 on error
+ size_t position() const; // returns (size_t)-1 on error
68
size_t size() const;
69
bool setBufferSize(size_t size);
70
void close();
0 commit comments