summaryrefslogtreecommitdiff
path: root/app/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main.c')
-rw-r--r--app/src/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/src/main.c b/app/src/main.c
index 4a5bd85..b7d3a4b 100644
--- a/app/src/main.c
+++ b/app/src/main.c
@@ -31,14 +31,6 @@ void main(void)
return;
}
-
-#ifdef CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL
- if (zmk_split_bt_central_init()) {
- LOG_ERR("Failed to start BLE split central");
- return;
- }
-#endif /* CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL */
-
#ifdef CONFIG_SETTINGS
settings_load();
#endif