diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-01 22:27:01 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:43:40 -0400 |
commit | a165db63586f37531d5050623bc5a7bc96793d49 (patch) | |
tree | f0d9ce8d16642944cb1037feff292d3dc8899409 /app/src/split/bluetooth/service.c | |
parent | 3796f76c56d42ca9b4fd36edae7f6bf6656009b9 (diff) |
Initial work on split central support.
Diffstat (limited to 'app/src/split/bluetooth/service.c')
-rw-r--r-- | app/src/split/bluetooth/service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/split/bluetooth/service.c b/app/src/split/bluetooth/service.c index a669723..81fbfb5 100644 --- a/app/src/split/bluetooth/service.c +++ b/app/src/split/bluetooth/service.c @@ -4,6 +4,7 @@ #include <bluetooth/gatt.h> #include <zmk/matrix.h> +#include <zmk/split/bluetooth/uuid.h> #include <zmk/split/bluetooth/service.h> static u8_t num_of_positions = ZMK_KEYMAP_LEN; |