doc: correct location of fs.h
in access.rst doc
The location of `fs.h` was wrongly specified as `include/fs.h` resulting in a broken link. Update the location to `include/fs/fs.h` which is the correct location. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
5a82b537b3
commit
a869d039e4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ The SD card will be automatically detected and initialized by the
|
||||||
filesystem driver when the board boots.
|
filesystem driver when the board boots.
|
||||||
|
|
||||||
To read and write files and directories, see the :ref:`file_system_api` in
|
To read and write files and directories, see the :ref:`file_system_api` in
|
||||||
:zephyr_file:`include/fs.h` such as :c:func:`fs_open()`,
|
:zephyr_file:`include/fs/fs.h` such as :c:func:`fs_open()`,
|
||||||
:c:func:`fs_read()`, and :c:func:`fs_write()`.
|
:c:func:`fs_read()`, and :c:func:`fs_write()`.
|
||||||
|
|
||||||
Disk Access API Configuration Options
|
Disk Access API Configuration Options
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue