Skip to content

Commit

Permalink
document msg_init_queue return values
Browse files Browse the repository at this point in the history
  • Loading branch information
LudwigKnuepfer committed Oct 28, 2013
1 parent 37c9b8e commit 4b02701
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/include/msg.h
Expand Up @@ -130,6 +130,9 @@ int msg_reply(msg_t *m, msg_t *reply);
*
* @param array Pointer to preallocated array of msg objects
* @param num Number of msg objects in array. MUST BE POWER OF TWO!
*
* @return 0 if successful
* @return -1 on error
*/
int msg_init_queue(msg_t *array, int num);

Expand Down

0 comments on commit 4b02701

Please sign in to comment.