aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos')
-rw-r--r--src/gos/sys_defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gos/sys_defs.h b/src/gos/sys_defs.h
index aba96df5..c55cdf73 100644
--- a/src/gos/sys_defs.h
+++ b/src/gos/sys_defs.h
@@ -58,7 +58,7 @@
*/
#define DECLARE_THREAD_FUNCTION(fnName, param) threadreturn_t fnName(void *param)
#define DECLARE_THREAD_STACK(name, sz) uint8_t name[sz];
- /* @} */
+ /** @} */
/**
* @}
@@ -75,7 +75,7 @@
#define LOW_PRIORITY 0
#define NORMAL_PRIORITY 1
#define HIGH_PRIORITY 2
- /* @} */
+ /** @} */
/**
* @brief A semaphore