Skip to content

Commit 413eb38

Browse files
committed
boot: zephyr: flash_map: Fix missing include
Adds an include file that is missing Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 15b36f9 commit 413eb38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/include/flash_map_backend/flash_map_backend.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define __FLASH_MAP_BACKEND_H__
1010

1111
#include <zephyr/storage/flash_map.h> // the zephyr flash_map
12+
#include <zephyr/drivers/flash.h>
1213

1314
#ifdef __cplusplus
1415
extern "C" {

0 commit comments

Comments
 (0)