From 720c7d2457ae1cd43abd36b3ac7e89b896e65119 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 10 Oct 2011 08:19:05 +0200 Subject: [PATCH] Increase ftdi_eeprom->cbus_function array again --- 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 */ -- 1.7.1