diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-16 18:52:04 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:43:40 -0400 |
commit | eb0bf2337ee988cb5b094db814beb0db8271e908 (patch) | |
tree | e68216cff6718f7d403638c5056ab413b147dbdc /app/include | |
parent | 7778ceec9214a32be5a22848e9d4978f452e41ba (diff) |
More cleanup of BLE split code.
Diffstat (limited to 'app/include')
-rw-r--r-- | app/include/zmk/split/bluetooth/central.h | 2 | ||||
-rw-r--r-- | app/include/zmk/split/bluetooth/service.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/app/include/zmk/split/bluetooth/central.h b/app/include/zmk/split/bluetooth/central.h deleted file mode 100644 index 09a7161..0000000 --- a/app/include/zmk/split/bluetooth/central.h +++ /dev/null @@ -1,2 +0,0 @@ - -int zmk_split_bt_central_init();
\ No newline at end of file diff --git a/app/include/zmk/split/bluetooth/service.h b/app/include/zmk/split/bluetooth/service.h index 76af898..954e0cd 100644 --- a/app/include/zmk/split/bluetooth/service.h +++ b/app/include/zmk/split/bluetooth/service.h @@ -1,6 +1,4 @@ #pragma once -#include <bluetooth/uuid.h> - int zmk_split_bt_position_pressed(u8_t position); int zmk_split_bt_position_released(u8_t position);
\ No newline at end of file |