aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/endpoints.c
diff options
context:
space:
mode:
authorPeter Johanson <[email protected]>2023-06-23 07:19:57 +0000
committerPete Johanson <[email protected]>2024-02-09 14:32:46 -0800
commitbf4008da023189b885ebcf1c0ccdb729663312e8 (patch)
tree7cf6fb7c7218b562b987f230094ecefe8c559cee /app/src/endpoints.c
parentf4fce9e15832fd8daee9091d7d77a272aecb8f3e (diff)
downloadzmk-bf4008da023189b885ebcf1c0ccdb729663312e8.tar.gz
zmk-bf4008da023189b885ebcf1c0ccdb729663312e8.zip
refactor: All SYS_INIT functions are void args.
Diffstat (limited to 'app/src/endpoints.c')
-rw-r--r--app/src/endpoints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/endpoints.c b/app/src/endpoints.c
index dbe6bcbcd1..395d6ba502 100644
--- a/app/src/endpoints.c
+++ b/app/src/endpoints.c
@@ -302,7 +302,7 @@ static struct zmk_endpoint_instance get_selected_instance(void) {
return instance;
}
-static int zmk_endpoints_init(const struct device *_arg) {
+static int zmk_endpoints_init(void) {
#if IS_ENABLED(CONFIG_SETTINGS)
settings_subsys_init();