timermanager/glcd: fix compiler warnings

Origin commit data
------------------
Commit: 489922deb6
Author: max_10 <max_10@gmx.de>
Date: 2020-07-02 (Thu, 02 Jul 2020)

Origin message was:
------------------
- timermanager/glcd: fix compiler warnings
This commit is contained in:
max_10
2020-07-02 18:19:42 +02:00
committed by vanhofen
parent 0e88dfe4c6
commit 32b94b2df5

View File

@@ -95,7 +95,9 @@ void* CTimerManager::timerThread(void *arg)
CTimerManager *timerManager = (CTimerManager*) arg;
#ifdef ENABLE_GRAPHLCD
bool setTimerIcon = false;
#endif
int sleeptime=(timerd_debug)?10:20;
while(1)