From 7c5fb7adb5a505ab5f89754370567b2357aa322a Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Tue, 7 Jul 2020 10:20:23 -0400 Subject: Use SYS_INIT for BLE and USB init. --- app/src/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/src/main.c') diff --git a/app/src/main.c b/app/src/main.c index 1ced310..92ecc8b 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -27,11 +27,6 @@ void main(void) return; } - if (zmk_endpoints_init()) - { - printk("ENDPOINT INIT FAILED\n"); - return; - } #ifdef CONFIG_SETTINGS settings_load(); -- cgit v1.2.3