summaryrefslogtreecommitdiff
path: root/zephyr/emul/tcpc/emul_anx7447.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/emul/tcpc/emul_anx7447.c')
-rw-r--r--zephyr/emul/tcpc/emul_anx7447.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/emul/tcpc/emul_anx7447.c b/zephyr/emul/tcpc/emul_anx7447.c
index fb15e2eb4e..26d172f90f 100644
--- a/zephyr/emul/tcpc/emul_anx7447.c
+++ b/zephyr/emul/tcpc/emul_anx7447.c
@@ -146,7 +146,7 @@ struct i2c_emul_api i2c_anx7447_emul_api = {
#define ANX7447_EMUL(n) \
TCPCI_EMUL_DEFINE(n, anx7447_emul_init, NULL, NULL, \
- &i2c_anx7447_emul_api)
+ &i2c_anx7447_emul_api, NULL)
DT_INST_FOREACH_STATUS_OKAY(ANX7447_EMUL)