timermanager/glcd: fix compiler warnings

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2020-07-02 18:19:42 +02:00
committed by vanhofen
parent 29f7fe1b12
commit 0ddcb7ae41

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)