aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-08-05 09:14:48 +0200
committerJoel Bodenmann <joel@unormal.org>2013-08-05 09:14:48 +0200
commita4daa77b90f935557861570d350e5233fada77e2 (patch)
treeb46e331bc8a2a542c9e6259be0ad6ddd53699603
parente3eaad114fb4a77785e453265c688e23b5b86613 (diff)
downloaduGFX-a4daa77b90f935557861570d350e5233fada77e2.tar.gz
uGFX-a4daa77b90f935557861570d350e5233fada77e2.tar.bz2
uGFX-a4daa77b90f935557861570d350e5233fada77e2.zip
doxygen fix
-rw-r--r--include/gos/gos.h4
1 files 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.