Add notes about reading from correct monitor, don't spew data at the screen.

This commit is contained in:
cnlohr 2017-02-12 15:39:28 -05:00
parent 606897dce9
commit 2ad5d71649
4 changed files with 10 additions and 6 deletions

View file

@ -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,