Fix HYTE Nexus Portal NP50
This commit is contained in:
parent
3a508e71aa
commit
73d09e7c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ void HYTENexusController::LEDStreaming(unsigned char channel, unsigned short led
|
|||
| The HYTE THICC Q60 requires 90 bytes to be sent for |
|
||||
| the 4th channel (logo) even though it only has 4 LEDs |
|
||||
\*-----------------------------------------------------*/
|
||||
unsigned char bytes_to_send = ((led_count * 3) + 7);
|
||||
unsigned int bytes_to_send = ((led_count * 3) + 7);
|
||||
|
||||
if((device_pid == HYTE_THICC_Q60_PID)
|
||||
&& (channel == 3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue