aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-26 21:19:32 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-26 21:19:32 +0100
commitba08afef3ec1af2412f526623156f5f50d102ec0 (patch)
tree63d0cb5768db1e5c482f194777687076dacd8b23 /src
parent1aef326a77d7d5428291a8eda885280a63e0e029 (diff)
downloaduGFX-ba08afef3ec1af2412f526623156f5f50d102ec0.tar.gz
uGFX-ba08afef3ec1af2412f526623156f5f50d102ec0.tar.bz2
uGFX-ba08afef3ec1af2412f526623156f5f50d102ec0.zip
doxygen
Diffstat (limited to 'src')
-rw-r--r--src/gtimer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtimer.c b/src/gtimer.c
index 8956a190..164822f3 100644
--- a/src/gtimer.c
+++ b/src/gtimer.c
@@ -258,6 +258,8 @@ void gtimerStop(GTimer *pt) {
*
* @param[in] pt Pointer to a GTimer structure
*
+ * @return TRUE if active, FALSE otherwise
+ *
* @api
*/
bool_t gtimerIsActive(GTimer *pt) {