From e9a2dc0e022e8afb37a9a7088591230f488f91af Mon Sep 17 00:00:00 2001 From: "Man, Jianting (Meco)" <920369182@qq.com> Date: Tue, 25 Oct 2022 23:39:03 -0400 Subject: [PATCH] Update src/ipc.c --- src/ipc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ipc.c b/src/ipc.c index 314cb7a0eb..15853ff463 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -785,8 +785,6 @@ rt_inline void _thread_update_priority(struct rt_thread *thread, rt_uint8_t prio } } } - - return ; } /** -- GitLab