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:
parent
2cc01bab3f
commit
d5fd29a658
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user