libftdi-git Archives

Subject: port libftdi to libusb-1.0 branch, eeprom-new, updated. v0.17-162-g213fb57

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Sat, 15 Jan 2011 17:08:38 +0100 (CET)
The branch, eeprom-new has been updated
       via  213fb57e9e2ce7e047d753bea68369d524760c0c (commit)
      from  5e77e87002972d3e5794a4b375cd78a5ae6dde01 (commit)


- Log -----------------------------------------------------------------
commit 213fb57e9e2ce7e047d753bea68369d524760c0c
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Sat Jan 15 17:08:34 2011 +0100

    We already declared var 'i', no need to redo it

-----------------------------------------------------------------------

Summary of changes:
 src/ftdi.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/ftdi.c b/src/ftdi.c
index adf682f..fc561b5 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
@@ -2944,7 +2944,6 @@ int ftdi_eeprom_decode(struct ftdi_context *ftdi, int 
verbose)
                                 "IOMODE","BB_WR","BB_RD"
                                };
             char *cbus_BB[] = {"RXF","TXE","RD", "WR"};
-            int i;
 
             if (eeprom->invert)
             {


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • port libftdi to libusb-1.0 branch, eeprom-new, updated. v0.17-162-g213fb57, libftdi-git <=