summaryrefslogtreecommitdiff
path: root/app/include/zmk/events/ble-active-profile-changed.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/include/zmk/events/ble-active-profile-changed.h')
-rw-r--r--app/include/zmk/events/ble-active-profile-changed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/include/zmk/events/ble-active-profile-changed.h b/app/include/zmk/events/ble-active-profile-changed.h
index 1e3a198..4491dfc 100644
--- a/app/include/zmk/events/ble-active-profile-changed.h
+++ b/app/include/zmk/events/ble-active-profile-changed.h
@@ -14,7 +14,7 @@
struct ble_active_profile_changed {
struct zmk_event_header header;
- u8_t index;
+ uint8_t index;
struct zmk_ble_profile *profile;
};