Skip to content

Commit 6ef53be

Browse files
committed
drivers: mspi_dw: nrf_qspi_v2: Update to align nrfx 4.0.1
New nrfx release makes including nrf.h invalid. Signed-off-by: David Jewsbury <[email protected]>
1 parent ab09c94 commit 6ef53be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mspi/mspi_dw_vendor_specific.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static inline int vendor_specific_xip_disable(const struct device *dev,
9898
#endif /* defined(CONFIG_MSPI_XIP) */
9999

100100
#elif DT_HAS_COMPAT_STATUS_OKAY(nordic_nrf_qspi_v2)
101-
#include <nrf.h>
101+
#include <nrfx.h>
102102

103103
static inline void vendor_specific_init(const struct device *dev)
104104
{

0 commit comments

Comments
 (0)