forked from kofal.net/zmk
Use SYS_INIT for BLE and USB init.
This commit is contained in:
@@ -27,11 +27,6 @@ void main(void)
|
||||
return;
|
||||
}
|
||||
|
||||
if (zmk_endpoints_init())
|
||||
{
|
||||
printk("ENDPOINT INIT FAILED\n");
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SETTINGS
|
||||
settings_load();
|
||||
|
||||
Reference in New Issue
Block a user