aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtimer/gtimer.c
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.org>2016-12-06 12:14:06 +1000
committerinmarket <inmarket@ugfx.org>2016-12-06 12:14:06 +1000
commit76671249d62e0931fdac3849ef474d57f780a61e (patch)
tree69b52dce0f2d891cc6c6adc5ad1b3144dc9f29ed /src/gtimer/gtimer.c
parentfa668d846e3c31371b706db84dad782859e80573 (diff)
downloaduGFX-76671249d62e0931fdac3849ef474d57f780a61e.tar.gz
uGFX-76671249d62e0931fdac3849ef474d57f780a61e.tar.bz2
uGFX-76671249d62e0931fdac3849ef474d57f780a61e.zip
Remove some compiler warnings
Diffstat (limited to 'src/gtimer/gtimer.c')
-rw-r--r--src/gtimer/gtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtimer/gtimer.c b/src/gtimer/gtimer.c
index 22ec9ed2..eda88d5a 100644
--- a/src/gtimer/gtimer.c
+++ b/src/gtimer/gtimer.c
@@ -109,7 +109,7 @@ static DECLARE_THREAD_FUNCTION(GTimerThreadHandler, arg) {
lastTime = tm;
gfxMutexExit(&mutex);
}
- THREAD_RETURN(0);
+// THREAD_RETURN(0);
}
void _gtimerInit(void)