aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/sys_defs.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-03-28 20:18:03 +0100
committerJoel Bodenmann <joel@unormal.org>2014-03-28 20:18:03 +0100
commite9179545afc320e2404d1e2397c50cc71987bd10 (patch)
tree0e6fe26dadbaefb817812510c211b01c65d018c2 /src/gos/sys_defs.h
parent08e1b0ebc7a5b9a960994e16710465dfb67f66ee (diff)
downloaduGFX-e9179545afc320e2404d1e2397c50cc71987bd10.tar.gz
uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.tar.bz2
uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.zip
doxygen fixes
Diffstat (limited to 'src/gos/sys_defs.h')
-rw-r--r--src/gos/sys_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gos/sys_defs.h b/src/gos/sys_defs.h
index f10ddd62..0fd162dc 100644
--- a/src/gos/sys_defs.h
+++ b/src/gos/sys_defs.h
@@ -333,7 +333,6 @@
* @return FALSE if the wait would occur occurred otherwise TRUE
*
* @param[in] psem A pointer to the semaphore
- * @param[in] ms The maximum time to wait for the semaphore
*
* @iclass
* @api