Use SYS_INIT for BLE and USB init.
This commit is contained in:
parent
48f3f86a83
commit
7c5fb7adb5
7 changed files with 27 additions and 42 deletions
|
|
@ -27,11 +27,6 @@ void main(void)
|
|||
return;
|
||||
}
|
||||
|
||||
if (zmk_endpoints_init())
|
||||
{
|
||||
printk("ENDPOINT INIT FAILED\n");
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SETTINGS
|
||||
settings_load();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue