diff options
Diffstat (limited to 'app/include/zmk/events/ble-active-profile-changed.h')
-rw-r--r-- | app/include/zmk/events/ble-active-profile-changed.h | 2 |
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; }; |