1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

created doxygen link to STATUS_STOPPED

This commit is contained in:
Oleg Hahm 2014-01-22 18:31:33 +01:00
parent 2cc01bab3f
commit d5fd29a658

View File

@ -42,7 +42,7 @@ void board_init(void);
char *thread_stack_init(void (*task_func)(void), void *stack_start, int stack_size);
/**
* @brief Removes thread from scheduler and set status to STATUS_STOPPED
* @brief Removes thread from scheduler and set status to #STATUS_STOPPED
*/
void sched_task_exit(void);