This commit is contained in:
Leon Wilzer 2022-11-23 17:01:56 +01:00
parent 1ca43965b1
commit 18f7beaf6d

View File

@ -66,9 +66,9 @@ int PrgTic
// } // }
if(cur_time-prev_time>=wait*0.1) if(cur_time-prev_time>=wait*0.1)
{ {
spectrum(*p_ta_array); spectrum(p_ta_array);
} }
update_lights(*p_ta_array); update_lights(p_ta_array);
return RC; return RC;
} }