Use `CLOCK_INTERVAL_TIME`
This commit is contained in:
parent
cf982b0d4d
commit
d2e60aee90
|
|
@ -718,7 +718,7 @@ void lcdui_print_time(void)
|
|||
|
||||
if (print_tc != 0)
|
||||
{
|
||||
if (IntervalTimer.expired(5000))
|
||||
if (IntervalTimer.expired(CLOCK_INTERVAL_TIME))
|
||||
{
|
||||
print_t = print_tc;
|
||||
suff = 'C';
|
||||
|
|
|
|||
Loading…
Reference in New Issue