refactor: All SYS_INIT functions are void args.
This commit is contained in:
parent
f4fce9e158
commit
bf4008da02
21 changed files with 20 additions and 29 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue