summaryrefslogtreecommitdiff
path: root/app/include/zmk/split/bluetooth/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/include/zmk/split/bluetooth/service.h')
-rw-r--r--app/include/zmk/split/bluetooth/service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/include/zmk/split/bluetooth/service.h b/app/include/zmk/split/bluetooth/service.h
index c2be512..b9f9fc3 100644
--- a/app/include/zmk/split/bluetooth/service.h
+++ b/app/include/zmk/split/bluetooth/service.h
@@ -6,5 +6,5 @@
#pragma once
-int zmk_split_bt_position_pressed(u8_t position);
-int zmk_split_bt_position_released(u8_t position); \ No newline at end of file
+int zmk_split_bt_position_pressed(uint8_t position);
+int zmk_split_bt_position_released(uint8_t position); \ No newline at end of file