mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-18 23:53:15 +08:00
Typo fs docs
This commit is contained in:
parent
1fd65c77fe
commit
7e053cd632
@ -3519,7 +3519,7 @@ built-in APIs - a standard POSIX, FatFS, and a "packed FS" API:
|
||||
|
||||
```c
|
||||
extern struct mg_fs mg_fs_posix; // POSIX open/close/read/write/seek
|
||||
extern struct mg_fs mg_fs_packed; // Packed FS, see examples/complete
|
||||
extern struct mg_fs mg_fs_packed; // Packed FS, see examples/device-dashboard
|
||||
extern struct mg_fs mg_fs_fat; // FAT FS
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user