zephyr/subsys/storage/flash_map
Steven Slupsky fd1423620e storage: flash_map: fix incomplete type
A pointer is not properly declared properly which causes the
build to fail.

flash_map_shell.c and flash_map.h do not include device.h so
the device struct has an incomplete type hence the build error.
Including device.h resolves the problem.

Also fixes a Wformat warning when referencing fa_off which is a pointer.
Cast the pointer to an uint32_t.

Fixes #48722

Signed-off-by: Steven Slupsky <sslupsky@gmail.com>
2022-08-18 11:20:26 +02:00
..
CMakeLists.txt storage/flash_map: Add option to use MBEDTLS for img integrity check. 2021-11-24 21:52:08 -05:00
flash_map_default.c storage: flash_map: handle disabled flash nodes 2022-07-04 10:28:41 +02:00
flash_map_integrity.c storage: flash_map: remove device_get_binding 2022-07-02 16:04:16 +02:00
flash_map_layout.c storage: flash_map: remove device_get_binding 2022-07-02 16:04:16 +02:00
flash_map_priv.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
flash_map_shell.c storage: flash_map: fix incomplete type 2022-08-18 11:20:26 +02:00
flash_map.c storage: flash_map: handle disabled flash nodes 2022-07-04 10:28:41 +02:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00