| 923 | } |
| 924 | |
| 925 | rt_err_t rt_raw_channel_recv_timeout(rt_channel_t ch, rt_channel_msg_t data, rt_int32_t time) |
| 926 | { |
| 927 | return _rt_raw_channel_recv_timeout(ch, data, time); |
| 928 | } |
| 929 | /** |
| 930 | * Peek a message from the specified IPC channel. |
| 931 | */ |
no test coverage detected