Skip to content

Commit

Permalink
remove undeclared struct warning (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
laserscout authored and ReFil committed Oct 18, 2023
1 parent fccbe80 commit aa9ced1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/include/zmk/split/bluetooth/central.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include <zephyr/bluetooth/addr.h>
#include <zmk/behavior.h>
#include <zmk/rgb_underglow.h>
#include <zmk/backlight.h>

int zmk_split_bt_invoke_behavior(uint8_t source, struct zmk_behavior_binding *binding,
struct zmk_behavior_binding_event event, bool state);

0 comments on commit aa9ced1

Please sign in to comment.