We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a9804 commit ddc6dc5Copy full SHA for ddc6dc5
1 file changed
src/thread.c
@@ -976,7 +976,6 @@ rt_err_t rt_thread_suspend_to_list(rt_thread_t thread, rt_list_t *susp_list, int
976
/* Compare the suspend state portion of stat with the new suspend state */
977
if (stat < new_suspend_state)
978
{
979
- /* Update if a stricter suspend_flag is requested */
980
/* Update if suspend_flag is stricter */
981
_thread_set_suspend_state(thread, suspend_flag);
982
}
0 commit comments