spectrum
This commit is contained in:
parent
8709e0c415
commit
e6c9b03ee9
@ -61,7 +61,9 @@ int PrgTic
|
|||||||
cur_time = p_ta->hook_table.GetSystemTime(TIMER_UNIT_MILLISECONDS);
|
cur_time = p_ta->hook_table.GetSystemTime(TIMER_UNIT_MILLISECONDS);
|
||||||
if(cur_time-prev_time>=wait)
|
if(cur_time-prev_time>=wait)
|
||||||
{
|
{
|
||||||
|
prev_time = cur_time;
|
||||||
simple_rgb_test(p_ta_array);
|
simple_rgb_test(p_ta_array);
|
||||||
|
prev_time = cur_time;
|
||||||
}
|
}
|
||||||
// if(cur_time-prev_time>=wait)
|
// if(cur_time-prev_time>=wait)
|
||||||
// {
|
// {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user