From: Thomas Jarosch Date: Mon, 10 Oct 2011 06:19:05 +0000 (+0200) Subject: Increase ftdi_eeprom->cbus_function array again X-Git-Tag: v1.0rc1~56 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=720c7d2457ae1cd43abd36b3ac7e89b896e65119 Increase ftdi_eeprom->cbus_function array again --- 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 */