Skip to content

Commit 2da340a

Browse files
authored
Merge pull request #373 from henrygab/patch-1
Indicate C99 standard as target for LittleFS code
2 parents 02881e5 + c8e9a64 commit 2da340a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ the filesystem until sync or close is called on the file.
115115
116116
## Other notes
117117
118+
Littlefs is written in C, and specifically should compile with any compiler
119+
that conforms to the `C99` standard.
120+
118121
All littlefs calls have the potential to return a negative error code. The
119122
errors can be either one of those found in the `enum lfs_error` in
120123
[lfs.h](lfs.h), or an error returned by the user's block device operations.

0 commit comments

Comments
 (0)