Add notes about reading from correct monitor, don't spew data at the screen.
This commit is contained in:
parent
606897dce9
commit
2ad5d71649
4 changed files with 10 additions and 6 deletions
|
@ -34,7 +34,6 @@ static void * LEDOutThread( void * v )
|
|||
{
|
||||
int total_bytes = (led->total_leds*3)+1;
|
||||
total_bytes = ((total_bytes-1)&0xffc0) + 0x40; //Round up.
|
||||
printf( "TL: %d\n", total_bytes );
|
||||
if( led->readyFlag )
|
||||
{
|
||||
int r = libusb_control_transfer( led->devh,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue