aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/chibios.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/chibios.c')
-rw-r--r--src/gos/chibios.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gos/chibios.c b/src/gos/chibios.c
index 2254f52f..468c012c 100644
--- a/src/gos/chibios.c
+++ b/src/gos/chibios.c
@@ -5,11 +5,6 @@
* http://ugfx.org/license.html
*/
-/**
- * @file src/gos/chibios.c
- * @brief GOS ChibiOS Operating System support.
- * @details Supports both, ChibiOS/RT 2.x and 3.x
- */
#include "gfx.h"
#if GFX_USE_OS_CHIBIOS
@@ -168,4 +163,3 @@ gfxThreadHandle gfxThreadCreate(void *stackarea, size_t stacksz, threadpriority_
}
#endif /* GFX_USE_OS_CHIBIOS */
-/** @} */