This commit is contained in:
Leon Wilzer 2022-11-23 18:32:32 +01:00
parent 8709e0c415
commit e6c9b03ee9

View File

@ -61,7 +61,9 @@ int PrgTic
cur_time = p_ta->hook_table.GetSystemTime(TIMER_UNIT_MILLISECONDS);
if(cur_time-prev_time>=wait)
{
prev_time = cur_time;
simple_rgb_test(p_ta_array);
prev_time = cur_time;
}
// if(cur_time-prev_time>=wait)
// {