summaryrefslogtreecommitdiff
path: root/firmware/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/thread.c')
-rw-r--r--firmware/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/thread.c b/firmware/thread.c
index 9705293e9e..0f4273107f 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -1657,7 +1657,7 @@ struct thread_entry *
1657 * catch something. 1657 * catch something.
1658 *--------------------------------------------------------------------------- 1658 *---------------------------------------------------------------------------
1659 */ 1659 */
1660void check_for_obj_waiters(const char *function, struct thread_entry *thread) 1660static void check_for_obj_waiters(const char *function, struct thread_entry *thread)
1661{ 1661{
1662 /* Only one bit in the mask should be set with a frequency on 1 which 1662 /* Only one bit in the mask should be set with a frequency on 1 which
1663 * represents the thread's own base priority */ 1663 * represents the thread's own base priority */