fix rt_channel lock. (#8244)

This commit is contained in:
geniusgogo
2023-11-10 21:37:07 +08:00
committed by GitHub
parent 589641258e
commit 9acebb07dc
4 changed files with 253 additions and 189 deletions

View File

@@ -63,6 +63,8 @@ rt_err_t rt_raw_channel_recv(rt_channel_t ch, rt_channel_msg_t data);
rt_err_t rt_raw_channel_recv_timeout(rt_channel_t ch, rt_channel_msg_t data, rt_int32_t time);
rt_err_t rt_raw_channel_peek(rt_channel_t ch, rt_channel_msg_t data);
rt_err_t rt_channel_component_init(void);
#ifdef __cplusplus
}
#endif