summaryrefslogtreecommitdiff
path: root/zephyr/program/geralt/src/base_detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/geralt/src/base_detect.c')
-rw-r--r--zephyr/program/geralt/src/base_detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/program/geralt/src/base_detect.c b/zephyr/program/geralt/src/base_detect.c
index feb01337ce..205b79a695 100644
--- a/zephyr/program/geralt/src/base_detect.c
+++ b/zephyr/program/geralt/src/base_detect.c
@@ -87,7 +87,7 @@ static void base_startup_hook(struct ap_power_ev_callback *cb,
}
}
-static int base_init(const struct device *unused)
+static int base_init(void)
{
static struct ap_power_ev_callback cb;