Use CLOCK_INTERVAL_TIME
This commit is contained in:
parent
cf982b0d4d
commit
d2e60aee90
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue