Use CLOCK_INTERVAL_TIME

This commit is contained in:
3d-gussner 2021-02-11 10:45:26 +01:00
parent cf982b0d4d
commit d2e60aee90

View file

@ -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';