doc: fix typos in variable names
There are no fl_sector nor fl_data_off fields in fe_entry. Changed to fe_* instead of fl_*. Signed-off-by: Marjan Erzen <github-cwa@pinkit.de>
This commit is contained in:
parent
23b54832f8
commit
022e05d81f
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ int fcb_init(int f_area_id, struct fcb *fcb);
|
|||
* Appends an entry to circular buffer.
|
||||
*
|
||||
* When writing the
|
||||
* contents for the entry, use loc->fl_sector and loc->fl_data_off with
|
||||
* contents for the entry, use loc->fe_sector and loc->fe_data_off with
|
||||
* flash_area_write() to fcb flash_area.
|
||||
* When you're finished, call fcb_append_finish() with loc as argument.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue