idk
This commit is contained in:
parent
f2084052d6
commit
5a01c153b7
@ -43,6 +43,7 @@ int PrgTic
|
||||
// Get the current value of the system time
|
||||
cur_time = p_ta->hook_table.GetSystemTime(TIMER_UNIT_MILLISECONDS);
|
||||
if(cur_time-prev_time>=wait)
|
||||
{
|
||||
prev_time = cur_time;
|
||||
p_ta->hook_table.DisplayMsg(p_ta, NULL);
|
||||
|
||||
@ -70,5 +71,6 @@ int PrgTic
|
||||
p_ta->hook_table.DisplayMsg(p_ta, NULL);
|
||||
pin = GREEN;
|
||||
}
|
||||
}
|
||||
return rc;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user