Skip to content

Commit

Permalink
Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
kareltucek committed Jan 13, 2025
1 parent 70b297d commit c9fa41a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions right/src/usb_commands/usb_command_get_variable.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@ void UsbCommand_GetVariable(const uint8_t *GenericHidOutBuffer, uint8_t *Generic
}
}
break;
case UsbVariable_LedAudioRegisters:
#if defined(__ZEPHYR__) && DEVICE_IS_KEYBOARD
SetUsbTxBufferUint8(0, 1);
#endif
break;
}
}

0 comments on commit c9fa41a

Please sign in to comment.