Skip to content

Commit 3a9921f

Browse files
MarekPietakapi-no
authored andcommitted
applications: nrf_desktop: Fix hid_report_subscriber_event profiling
Change fixes profiling description of hid_report_subscriber_event. Jira: NCSDK-31712 Signed-off-by: Marek Pieta <[email protected]>
1 parent 7f8f9f9 commit 3a9921f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/nrf_desktop/src/events/hid_event.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ static void profile_hid_report_subscriber_event(struct log_event_buf *buf,
103103
APP_EVENT_INFO_DEFINE(hid_report_subscriber_event,
104104
ENCODE(NRF_PROFILER_ARG_U32, NRF_PROFILER_ARG_U8, NRF_PROFILER_ARG_U8,
105105
NRF_PROFILER_ARG_U8, NRF_PROFILER_ARG_U8),
106-
ENCODE("subscriber", "connected", "priority", "pipeline size", " report max"),
106+
ENCODE("subscriber", "connected", "priority", "pipeline size", "report max"),
107107
profile_hid_report_subscriber_event);
108108

109109
APP_EVENT_TYPE_DEFINE(hid_report_subscriber_event,

0 commit comments

Comments
 (0)