diff options
author | Tectu <joel@unormal.org> | 2012-07-23 03:43:11 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-07-23 03:43:11 +0200 |
commit | a9d5837f4039ecc1868c4fefae66e52c61f02142 (patch) | |
tree | 4a6bc9b62eb10a82bc871ba891ee6d6d03c3826a /glcd/glcd.c | |
parent | 586468a7c9268b585f35128c96908e6e21a399d6 (diff) | |
download | uGFX-a9d5837f4039ecc1868c4fefae66e52c61f02142.tar.gz uGFX-a9d5837f4039ecc1868c4fefae66e52c61f02142.tar.bz2 uGFX-a9d5837f4039ecc1868c4fefae66e52c61f02142.zip |
cleanup
Diffstat (limited to 'glcd/glcd.c')
-rw-r--r-- | glcd/glcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glcd/glcd.c b/glcd/glcd.c index 80f7a722..432b7c0d 100644 --- a/glcd/glcd.c +++ b/glcd/glcd.c @@ -11,7 +11,7 @@ static WORKING_AREA(waGLCDWorkerThread, GLCD_WORKER_SIZE); static msg_t ThreadGLCDWorker(void *arg) { (void)arg; Thread *p; - uint16_t ret; + uint16_t ret; // return value chRegSetThreadName("GLCDWorker"); |