Skip to content

Commit

Permalink
Update 05.SDK_Manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Supowang1989 committed Apr 26, 2021
1 parent 89f53ad commit 6816794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/05.SDK_Manual.md
Expand Up @@ -2072,7 +2072,7 @@ k_err_t tos_msg_q_post_all(k_msg_q_t *msg_q, void *msg_ptr);
### tos_mail_q_create

```c
k_err_t tos_msg_q_create(k_mail_q_t *mail_q, void *pool, size_t mail_cnt, size_t mail_size);
k_err_t tos_mail_q_create(k_mail_q_t *mail_q, void *pool, size_t mail_cnt, size_t mail_size);
```

- **功能描述**
Expand Down Expand Up @@ -5659,4 +5659,4 @@ int tos_tf_module_debug_level_set(int log_level);

0,返回成功。

-1,返回失败。
-1,返回失败。

0 comments on commit 6816794

Please sign in to comment.