Ignore:
Timestamp:
Feb 6, 2011, 10:56:17 PM (14 years ago)
Author:
demin
Message:

remove unused variables and debug printouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/JamPlayerUSB/jbistub.c

    r110 r111  
    171171    int i, len, extra;
    172172
    173     printf("usb_blaster_wait (count tms)  -> (%d %d)\n", count, tms);
    174     fflush(stdout);
    175 
    176173    if (count <= 0) return;
    177174   
     
    221218
    222219    read_tdo = (tdo != NULL);
    223 
    224     printf("usb_blaster_scan (count read)  -> (%d %d)\n", count, read_tdo);
    225     fflush(stdout);
    226220
    227221    if (count <= 0) return;
Note: See TracChangeset for help on using the changeset viewer.