mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
Fixed code issue
This commit is contained in:
parent
10ec33c938
commit
105f996729
@ -4,6 +4,7 @@ using RGB.NET.HID;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Linq;
|
||||
|
||||
namespace RGB.NET.Devices.Logitech.HID;
|
||||
@ -108,6 +109,7 @@ public class LightspeedHIDLoader<TLed, TData> : IEnumerable<HIDDeviceDefinition<
|
||||
yield return wirelessPid;
|
||||
}
|
||||
|
||||
[SuppressMessage("ReSharper", "MustUseReturnValue")]
|
||||
private Dictionary<int, byte> GetWirelessDevices(IReadOnlyDictionary<byte, HidDevice> deviceUsages)
|
||||
{
|
||||
const byte LOGITECH_RECEIVER_ADDRESS = 0xFF;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user