The branch, master has been updated
       via  720c7d2457ae1cd43abd36b3ac7e89b896e65119 (commit)
      from  19382a2855d481d4a5239ae9cdc8d608a826a9de (commit)


- Log -----------------------------------------------------------------
commit 720c7d2457ae1cd43abd36b3ac7e89b896e65119
Author: Thomas Jarosch <[email protected]>
Date:   Mon Oct 10 08:19:05 2011 +0200

    Increase ftdi_eeprom->cbus_function array again

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

Summary of changes:
 src/ftdi_i.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/ftdi_i.h b/src/ftdi_i.h
index 1bbcf14..dd2d29b 100644
--- a/src/ftdi_i.h
+++ b/src/ftdi_i.h
@@ -79,7 +79,7 @@ struct ftdi_eeprom
 
     /* Special function of FT232R/FT232H devices (and possibly others as well) 
*/
     /** CBUS pin function. See CBUS_xxx defines. */
-    int cbus_function[9];
+    int cbus_function[10];
     /** Select hight current drive on R devices. */
     int high_current;
     /** Select hight current drive on A channel (2232C */


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]   

Reply via email to