Increase ftdi_eeprom->cbus_function array again
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 10 Oct 2011 06:19:05 +0000 (08:19 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 10 Oct 2011 06:20:02 +0000 (08:20 +0200)
src/ftdi_i.h

index 1bbcf14..dd2d29b 100644 (file)
@@ -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 */