We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d729448 commit 43c1236Copy full SHA for 43c1236
src/ipc.c
@@ -753,8 +753,8 @@ rt_err_t rt_mutex_take(rt_mutex_t mutex, rt_int32_t time)
753
754
if (thread->error != RT_EOK)
755
{
756
- /* interrupt by signal, try it again */
757
- if (thread->error == -RT_EINTR) goto __again;
+ /* interrupt by signal, try it again */
+ if (thread->error == -RT_EINTR) goto __again;
758
759
/* return error */
760
return thread->error;
0 commit comments