mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +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;
|
||||
|
||||
int tries = 0;
|
||||
const int maxTries = 5;
|
||||
while (tries < maxTries)
|
||||
const int MAX_TRIES = 5;
|
||||
while (tries < MAX_TRIES)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user