simple rgb test

This commit is contained in:
Leon Wilzer 2022-11-23 16:02:30 +01:00
parent 244791623c
commit 4c542dc5d7
1 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,7 @@ int simple_rgb_test
prev_time = cur_time;
p_ta->hook_table.DisplayMsg(p_ta, NULL);
p_ta->output.duty[pin] = LIGHT_MAX;
switch(pin)
{
case GREEN:
@ -77,7 +78,6 @@ int simple_rgb_test
p_ta->hook_table.DisplayMsg(p_ta, NULL);
pin = GREEN;
}
p_ta->output.duty[pin] = LIGHT_MAX;
}
return RC;
}