zephyr/subsys/storage
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
..
flash_map storage: flash_map: fix incomplete type 2022-08-18 11:20:26 +02:00
stream subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
CMakeLists.txt storage: add stream flash library 2020-05-06 11:14:00 +02:00
Kconfig storage: add stream flash library 2020-05-06 11:14:00 +02:00