Skip to content

Commit

Permalink
Merge pull request littlefs-project#373 from henrygab/patch-1
Browse files Browse the repository at this point in the history
Indicate C99 standard as target for LittleFS code
  • Loading branch information
geky authored Mar 31, 2020
2 parents 02881e5 + c8e9a64 commit 2da340a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ the filesystem until sync or close is called on the file.
## Other notes
Littlefs is written in C, and specifically should compile with any compiler
that conforms to the `C99` standard.
All littlefs calls have the potential to return a negative error code. The
errors can be either one of those found in the `enum lfs_error` in
[lfs.h](lfs.h), or an error returned by the user's block device operations.
Expand Down

0 comments on commit 2da340a

Please sign in to comment.