Skip to content
Commit 6e02f024 authored by Flavio Ceolin's avatar Flavio Ceolin Committed by Chris Friedt
Browse files

kernel: Fix k_thread_name_get signature



k_thread_name_get has inconsistent signature. In the function
declaration it uses k_tid_t but in the implementation it is using
struct k_thread *. Change the implementation to use k_tid_t.

Signed-off-by: default avatarFlavio Ceolin <flavio.ceolin@intel.com>
parent 7db93097
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment