Remove the commented out hardcoded LED PWM brightness.
This commit is contained in:
@@ -13,7 +13,6 @@ uint8_t txBuffer[2];
|
|||||||
bool BridgeSlaveUhkModuleHandler(uint8_t uhkModuleId) {
|
bool BridgeSlaveUhkModuleHandler(uint8_t uhkModuleId) {
|
||||||
uhk_module_state_t *uhkModuleInternalState = UhkModuleStates + uhkModuleId;
|
uhk_module_state_t *uhkModuleInternalState = UhkModuleStates + uhkModuleId;
|
||||||
uhk_module_state_t *uhkModuleExternalState = uhkModuleExternalStates + uhkModuleId;
|
uhk_module_state_t *uhkModuleExternalState = uhkModuleExternalStates + uhkModuleId;
|
||||||
//uhkModuleInternalState->ledPwmBrightness = 0xff;
|
|
||||||
|
|
||||||
switch (currentUhkModuleField) {
|
switch (currentUhkModuleField) {
|
||||||
case UhkModuleField_SendKeystatesRequestCommand:
|
case UhkModuleField_SendKeystatesRequestCommand:
|
||||||
|
|||||||
Reference in New Issue
Block a user