summaryrefslogtreecommitdiff
path: root/app/src/main.c
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-07 10:20:23 -0400
committerPete Johanson <peter@peterjohanson.com>2020-07-07 10:20:23 -0400
commit7c5fb7adb5a505ab5f89754370567b2357aa322a (patch)
treecce9b7330539e5cec20648ca43c38301ef05e27a /app/src/main.c
parent48f3f86a835d7ec9c636948f42adbf2ef8d6a762 (diff)
Use SYS_INIT for BLE and USB init.
Diffstat (limited to 'app/src/main.c')
-rw-r--r--app/src/main.c5
1 files changed, 0 insertions, 5 deletions
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();