Fix type issue in SteelSeriesSenseiController.cpp

This commit is contained in:
Adam Honse 2024-08-16 11:09:57 -05:00
parent 8bf07f490e
commit 5f1b3ba939

View file

@ -121,8 +121,8 @@ void SteelSeriesSenseiController::SetLightEffect
/*-----------------------------------------------------*\
| Set up Light Effect packet |
\*-----------------------------------------------------*/
char dur1 = 0x27;
char dur2 = 0x10; //10 sec cycle
unsigned char dur1 = 0x27;
unsigned char dur2 = 0x10; //10 sec cycle
switch(effect)
{