Skip to content

Commit 9d15425

Browse files
nika-nordicrlubos
authored andcommitted
[nrf fromlist] drivers: i2c: nrfx_twis: fix missing SoC header include
In case of nRF TWIS i2c shim, SoC header include is needed for memory region property presence checker macro. Upstream PR #: 96413 Signed-off-by: Nikodem Kastelik <[email protected]>
1 parent b890545 commit 9d15425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/i2c_nrfx_twis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <zephyr/linker/devicetree_regions.h>
1111
#include <zephyr/logging/log.h>
1212
#include <zephyr/pm/device.h>
13-
13+
#include <soc.h>
1414
#include <nrfx_twis.h>
1515
#include <string.h>
1616

0 commit comments

Comments
 (0)