aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtimer.c
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-11-29 06:13:43 -0800
committerAndrew Hannam <andrewh@inmarket.com.au>2012-11-29 06:13:43 -0800
commitf91aeb4c4d026056d4e8515f8e060097f41d216c (patch)
treef5ade7a4ef2a5e4379990b2a56e00cea1b2827b2 /src/gtimer.c
parent8275c8820f230342939a2410dd0b24c0f26a14e5 (diff)
parent5bfa0f26220588359342d4bf14add6dc53b4788b (diff)
downloaduGFX-f91aeb4c4d026056d4e8515f8e060097f41d216c.tar.gz
uGFX-f91aeb4c4d026056d4e8515f8e060097f41d216c.tar.bz2
uGFX-f91aeb4c4d026056d4e8515f8e060097f41d216c.zip
Merge pull request #9 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'src/gtimer.c')
-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) {