small fix in comment

This commit is contained in:
Volker Fischer 2013-08-23 14:34:36 +00:00
parent 89a1ab3de9
commit 395dd25c07

View file

@ -102,9 +102,9 @@ void CMultiColorLED::OnTimerYellowLight()
void CMultiColorLED::UpdateColor()
{
/* 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
control before setting the color to prevent flicking */
// 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
// control before setting the color to prevent flickering
if ( bFlagRedLi )
{
if ( eColorFlag != RL_RED )