summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/thread.c b/firmware/thread.c
index 6cd4d33c6e..24bbb317f9 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -1509,7 +1509,7 @@ static struct thread_entry * find_empty_thread_slot(void)
1509 1509
1510/*--------------------------------------------------------------------------- 1510/*---------------------------------------------------------------------------
1511 * Return the thread_entry pointer for a thread_id. Return the current 1511 * Return the thread_entry pointer for a thread_id. Return the current
1512 * thread if the ID is 0 (alias for current). 1512 * thread if the ID is (unsigned int)-1 (alias for current).
1513 *--------------------------------------------------------------------------- 1513 *---------------------------------------------------------------------------
1514 */ 1514 */
1515struct thread_entry * thread_id_entry(unsigned int thread_id) 1515struct thread_entry * thread_id_entry(unsigned int thread_id)