mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
Small code issue fix
This commit is contained in:
parent
abe9c2a600
commit
f5899ffb6d
@ -120,8 +120,8 @@ public class LightspeedHIDLoader<TLed, TData> : IEnumerable<HIDDeviceDefinition<
|
|||||||
return map;
|
return map;
|
||||||
|
|
||||||
int tries = 0;
|
int tries = 0;
|
||||||
const int maxTries = 5;
|
const int MAX_TRIES = 5;
|
||||||
while (tries < maxTries)
|
while (tries < MAX_TRIES)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user