This commit is contained in:
Leon Wilzer 2022-11-23 17:44:04 +01:00
parent c8e8b722be
commit dd224fc223

View File

@ -95,9 +95,6 @@ void simple_rgb_test
)
{
TA * p_ta = &p_ta_array[TA_LOCAL];
if(cur_time-prev_time>=wait)
{
prev_time = cur_time;
p_ta->hook_table.DisplayMsg(p_ta, NULL);
*states[pin] = LIGHT_MAX;
@ -122,7 +119,6 @@ void simple_rgb_test
p_ta->hook_table.DisplayMsg(p_ta, NULL);
pin = GREEN;
}
}
}
void update_lights(TA * p_ta_array)