Skip to content

Commit

Permalink
chore: Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Sep 23, 2024
1 parent 8166527 commit f992352
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/src/behavior_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ static void behavior_queue_process_next(struct k_work *work) {
LOG_DBG("Invoking %s: 0x%02x 0x%02x", item.binding.behavior_dev, item.binding.param1,
item.binding.param2);

struct zmk_behavior_binding_event event = {
.position = item.position,
.timestamp = k_uptime_get(),
struct zmk_behavior_binding_event event = {.position = item.position,
.timestamp = k_uptime_get(),
#if IS_ENABLED(CONFIG_ZMK_SPLIT)
.source = item.source
.source = item.source
#endif
};

Expand Down

0 comments on commit f992352

Please sign in to comment.