summaryrefslogtreecommitdiff
path: root/app/src/behaviors/behavior_bt.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/behaviors/behavior_bt.c')
-rw-r--r--app/src/behaviors/behavior_bt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/behaviors/behavior_bt.c b/app/src/behaviors/behavior_bt.c
index 066c437..bfafc4b 100644
--- a/app/src/behaviors/behavior_bt.c
+++ b/app/src/behaviors/behavior_bt.c
@@ -35,7 +35,7 @@ static int on_keymap_binding_pressed(struct zmk_behavior_binding *binding,
return -ENOTSUP;
}
-static int behavior_bt_init(struct device *dev) { return 0; };
+static int behavior_bt_init(const struct device *dev) { return 0; };
static int on_keymap_binding_released(struct zmk_behavior_binding *binding,
struct zmk_behavior_binding_event event) {