Update src/ipc.c

This commit is contained in:
Man, Jianting (Meco) 2022-10-25 23:39:03 -04:00 committed by GitHub
parent 63b97db64a
commit e9a2dc0e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -785,8 +785,6 @@ rt_inline void _thread_update_priority(struct rt_thread *thread, rt_uint8_t prio
}
}
}
return ;
}
/**