Fix type issue in SteelSeriesSenseiController.cpp
This commit is contained in:
parent
8bf07f490e
commit
5f1b3ba939
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue