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/jbijtag.c

    r110 r111  
    624624/****************************************************************************/
    625625{
    626         int tms, flag;
    627         long count;
    628626        JBI_RETURN_TYPE status = JBIC_SUCCESS;
    629627
     
    639637                *       Set TMS low to loop in any other stable state
    640638                */
    641                 tms = (wait_state == RESET) ? TMS_HIGH : TMS_LOW;
    642 
    643         usb_blaster_wait(cycles, tms);
     639        usb_blaster_wait(cycles, (wait_state == RESET) ? TMS_HIGH : TMS_LOW);
    644640        }
    645641
     
    763759)
    764760{
    765         int i = 0;
    766         int tdo_bit = 0;
    767761        int status = 1;
    768762
     
    817811)
    818812{
    819         int i = 0;
    820         int tdo_bit = 0;
    821813        int status = 1;
    822814
Note: See TracChangeset for help on using the changeset viewer.