diff options
Diffstat (limited to 'src/include/threads.h')
-rw-r--r-- | src/include/threads.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index 5ca7dd0ce..5877f49da 100644 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -26,7 +26,8 @@ #define _THREADS_H_ /** - * Structure representing a thread. + * @brief Structure representing a thread. + * * @extends ThreadsQueue * @note Not all the listed fields are always needed, by switching off some * not needed ChibiOS/RT subsystems it is possible to save RAM space by |