Skip to content

Commit

Permalink
debug: debug_stream_thread_info: Silence "unused variable" warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jyri Sarha <[email protected]>
  • Loading branch information
Jyri Sarha authored and lgirdwood committed Sep 19, 2024
1 parent cb1b7d0 commit baa3e65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/debug/debug_stream/debug_stream_thread_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ static uint8_t thread_info_cpu_utilization(struct k_thread *thread,
{
k_thread_runtime_stats_t thread_stats;
uint32_t cycles;
int ret;

if (!ud->stats_valid)
return 0;
Expand Down

0 comments on commit baa3e65

Please sign in to comment.