From 5ee321881ce12b7c8d081694b55e71b4f91d8571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 18 Mar 2017 22:41:08 +0100 Subject: [PATCH] Don't hardcode LED PWM brightness. --- right/src/bridge_slaves/bridge_slave_uhk_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/src/bridge_slaves/bridge_slave_uhk_module.c b/right/src/bridge_slaves/bridge_slave_uhk_module.c index c3ad588..f877f56 100644 --- a/right/src/bridge_slaves/bridge_slave_uhk_module.c +++ b/right/src/bridge_slaves/bridge_slave_uhk_module.c @@ -13,7 +13,7 @@ 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; + //uhkModuleInternalState->ledPwmBrightness = 0xff; switch (currentUhkModuleField) { case UhkModuleField_SendKeystatesRequestCommand: