This commit is contained in:
Leon Wilzer 2022-11-23 18:36:14 +01:00
parent d54970289c
commit 04ab351a79

View File

@ -63,7 +63,7 @@ int PrgTic
{ {
prev_time = cur_time; prev_time = cur_time;
simple_rgb_test(p_ta_array); simple_rgb_test(p_ta_array);
prev_time = cur_time; update_lights(p_ta_array);
} }
// if(cur_time-prev_time>=wait) // if(cur_time-prev_time>=wait)
// { // {