diff --git a/left/src/bridge_protocol_handler.c b/left/src/bridge_protocol_handler.c index 41248fa..d002946 100644 --- a/left/src/bridge_protocol_handler.c +++ b/left/src/bridge_protocol_handler.c @@ -41,7 +41,6 @@ void BridgeProtocolHandler() BridgeTxSize = 0; uint8_t brightnessPercent = BridgeRxBuffer[1]; LedPwm_SetBrightness(brightnessPercent); - TEST_LED_SET(brightnessPercent == 0); break; } }