small fix in comment
This commit is contained in:
parent
89a1ab3de9
commit
395dd25c07
1 changed files with 3 additions and 3 deletions
|
@ -102,9 +102,9 @@ void CMultiColorLED::OnTimerYellowLight()
|
||||||
|
|
||||||
void CMultiColorLED::UpdateColor()
|
void CMultiColorLED::UpdateColor()
|
||||||
{
|
{
|
||||||
/* Red light has highest priority, then comes yellow and at the end, we
|
// Red light has highest priority, then comes yellow and at the end, we
|
||||||
decide to set green light. Allways check the current color of the
|
// decide to set green light. Allways check the current color of the
|
||||||
control before setting the color to prevent flicking */
|
// control before setting the color to prevent flickering
|
||||||
if ( bFlagRedLi )
|
if ( bFlagRedLi )
|
||||||
{
|
{
|
||||||
if ( eColorFlag != RL_RED )
|
if ( eColorFlag != RL_RED )
|
||||||
|
|
Loading…
Reference in a new issue