Skip to content

Commit 143dfda

Browse files
yashicarlescufi
authored andcommitted
doc: services: storage: flash_map: Fix include references
We have moved all header files under include/zephyr/ for Zephyr 3.1. Update the document accordingly. Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
1 parent 76d3fa4 commit 143dfda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/services/storage/flash_map/flash_map.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Flash map
44
#########
55

6-
The ``<storage/flash_map.h>`` API allows accessing information about device
6+
The ``<zephyr/storage/flash_map.h>`` API allows accessing information about device
77
flash partitions via :c:struct:`flash_area` structures.
88

99
Each :c:struct:`flash_area` describes a flash partition. The API provides access
@@ -28,7 +28,7 @@ The main examples are :c:func:`flash_area_read` and :c:func:`flash_area_write`.
2828
These functions are basically wrappers around the flash API with additional
2929
offset and size checks, to limit flash operations to a predefined area.
3030

31-
Most ``<storage/flash_map.h>`` API functions require a :c:struct:`flash_area` object pointer
31+
Most ``<zephyr/storage/flash_map.h>`` API functions require a :c:struct:`flash_area` object pointer
3232
characterizing the flash area they will be working on. There are two possible
3333
methods to obtain such a pointer:
3434

0 commit comments

Comments
 (0)