Don't blink the test LED anymore for the set PWM command.

This commit is contained in:
László Monda
2017-01-14 00:32:48 +01:00
parent 64eeb3a000
commit 50443faa23

View File

@@ -41,7 +41,6 @@ void BridgeProtocolHandler()
BridgeTxSize = 0;
uint8_t brightnessPercent = BridgeRxBuffer[1];
LedPwm_SetBrightness(brightnessPercent);
TEST_LED_SET(brightnessPercent == 0);
break;
}
}