summaryrefslogtreecommitdiff
path: root/zephyr/emul/emul_rt9490.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/emul/emul_rt9490.c')
-rw-r--r--zephyr/emul/emul_rt9490.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/emul/emul_rt9490.c b/zephyr/emul/emul_rt9490.c
index 1775bc9235..290ae6c4da 100644
--- a/zephyr/emul/emul_rt9490.c
+++ b/zephyr/emul/emul_rt9490.c
@@ -115,7 +115,7 @@ static int rt9490_emul_init(const struct emul *emul,
.common = { .cfg = &common_cfg_##n } \
}; \
EMUL_DT_INST_DEFINE(n, rt9490_emul_init, &rt9490_data_##n, \
- &common_cfg_##n, &i2c_common_emul_api)
+ &common_cfg_##n, &i2c_common_emul_api, NULL)
DT_INST_FOREACH_STATUS_OKAY(INIT_RT9490_EMUL)