Skip to content

Commit

Permalink
tests/xtimer_mutex_lock_timeout/main.c: comment for thread
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianHolzwarth committed Jul 30, 2019
1 parent 31c54d7 commit f5b931d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/xtimer_mutex_lock_timeout/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ static const shell_command_t shell_commands[] =
{ NULL, NULL, NULL }
};

/* thread */
/**
* @brief thread function and stack for
* cmd_test_xtimer_mutex_lock_timeout_low_prio_thread
*/

char t_stack[THREAD_STACKSIZE_MAIN];

Expand Down

0 comments on commit f5b931d

Please sign in to comment.