aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-08-17 21:33:54 +1000
committerinmarket <andrewh@inmarket.com.au>2013-08-17 21:33:54 +1000
commit7625ac45487d831e3ba7ffc7391f631aa934ab91 (patch)
treedb06e9d883f11c027c4a0735c164cf92c36c1286 /include
parent9ebd3530fa72937c183c4161b12d284cf10575f9 (diff)
parenta4daa77b90f935557861570d350e5233fada77e2 (diff)
downloaduGFX-7625ac45487d831e3ba7ffc7391f631aa934ab91.tar.gz
uGFX-7625ac45487d831e3ba7ffc7391f631aa934ab91.tar.bz2
uGFX-7625ac45487d831e3ba7ffc7391f631aa934ab91.zip
Merge branch 'master' into fonts
Diffstat (limited to 'include')
-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.