Skip to content

Commit ec4a6c7

Browse files
eugmescarlescufi
authored andcommitted
drivers/flash/soc_flash_nrf: Include additional headers
Include <soc.h> to make the header file self-sufficent. Signed-off-by: Ievgenii Meshcheriakov <[email protected]>
1 parent 45da9d3 commit ec4a6c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/flash/soc_flash_nrf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#define __SOC_FLASH_NRF_H__
99

1010
#include <kernel.h>
11+
#include <soc.h>
1112

1213
#define FLASH_OP_DONE (0) /* 0 for compliance with the driver API. */
1314
#define FLASH_OP_ONGOING 1

0 commit comments

Comments
 (0)