Don't hardcode LED PWM brightness.

This commit is contained in:
László Monda
2017-03-18 22:41:08 +01:00
parent 36a65624f7
commit 5ee321881c

View File

@@ -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: