From a4daa77b90f935557861570d350e5233fada77e2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 5 Aug 2013 09:14:48 +0200 Subject: [PATCH] doxygen fix --- include/gos/gos.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gos/gos.h b/include/gos/gos.h index cf143ded..8e7840e3 100644 --- a/include/gos/gos.h +++ b/include/gos/gos.h @@ -360,7 +360,7 @@ * * @api */ - semcount_t gfxSemCounter(gfxSem *pSem); + semcount_t gfxSemCounter(gfxSem *psem); /** * @brief Get the current semaphore count @@ -371,7 +371,7 @@ * @iclass * @api */ - semcount_t gfxSemCounterI(gfxSem *pSem); + semcount_t gfxSemCounterI(gfxSem *psem); /** * @brief Start a new thread.