Adding THREAD_RETURN macro to GTIMER thread
This commit is contained in:
parent
592ee0f312
commit
dcd8e588fc
@ -109,7 +109,8 @@ static DECLARE_THREAD_FUNCTION(GTimerThreadHandler, arg) {
|
||||
lastTime = tm;
|
||||
gfxMutexExit(&mutex);
|
||||
}
|
||||
return 0;
|
||||
|
||||
THREAD_RETURN(0);
|
||||
}
|
||||
|
||||
void _gtimerInit(void)
|
||||
|
Loading…
Reference in New Issue
Block a user