diff --git a/right/src/bridge_slaves/bridge_slave_uhk_module.c b/right/src/bridge_slaves/bridge_slave_uhk_module.c index f877f56..8d402c9 100644 --- a/right/src/bridge_slaves/bridge_slave_uhk_module.c +++ b/right/src/bridge_slaves/bridge_slave_uhk_module.c @@ -13,7 +13,6 @@ uint8_t txBuffer[2]; bool BridgeSlaveUhkModuleHandler(uint8_t uhkModuleId) { uhk_module_state_t *uhkModuleInternalState = UhkModuleStates + uhkModuleId; uhk_module_state_t *uhkModuleExternalState = uhkModuleExternalStates + uhkModuleId; - //uhkModuleInternalState->ledPwmBrightness = 0xff; switch (currentUhkModuleField) { case UhkModuleField_SendKeystatesRequestCommand: