diff options
Diffstat (limited to 'src/gos/linux.c')
-rw-r--r-- | src/gos/linux.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gos/linux.c b/src/gos/linux.c index 9b4914d5..d127fbe1 100644 --- a/src/gos/linux.c +++ b/src/gos/linux.c @@ -5,10 +5,6 @@ * http://ugfx.org/license.html */ -/** - * @file src/gos/linux.c - * @brief GOS ChibiOS Operating System support. - */ #include "gfx.h" #if GFX_USE_OS_LINUX @@ -197,5 +193,3 @@ semcount_t gfxSemCounter(gfxSem *pSem) { } #endif /* GFX_USE_OS_LINUX */ -/** @} */ - |