mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The struct flash_area *area pointer has been renamed to void *backend pointer. This change is enabling further rework of the littlefs subsystem to work with other backend devices (like block ones - i.e. SD card). Signed-off-by: Lukasz Majewski <lukma@denx.de>