diff options
Diffstat (limited to 'app/src/split/bluetooth/central.c')
-rw-r--r-- | app/src/split/bluetooth/central.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/split/bluetooth/central.c b/app/src/split/bluetooth/central.c index f3c860f..c41894f 100644 --- a/app/src/split/bluetooth/central.c +++ b/app/src/split/bluetooth/central.c @@ -315,7 +315,7 @@ static struct bt_conn_cb conn_callbacks = { .disconnected = split_central_disconnected, }; -int zmk_split_bt_central_init(struct device *_arg) { +int zmk_split_bt_central_init(const struct device *_arg) { bt_conn_cb_register(&conn_callbacks); return start_scan(); |