libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.2-3-gde3da32

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 14 Jan 2015 11:39:53 +0100 (CET)
The branch, master has been updated
       via  de3da328335f1dd7e55bf251f900123d4e0a0785 (commit)
      from  1a6645bfa90c1a7b40f6c33decfdd992f7002ff8 (commit)


- Log -----------------------------------------------------------------
commit de3da328335f1dd7e55bf251f900123d4e0a0785
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Wed Jan 14 11:38:35 2015 +0100

    Fix typo in CBUS defines (CBUSG_DRIVE1 -> CBUSH_DRIVE1)
    
    Thanks to Rodney Sinclair for the report.

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

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

diff --git a/src/ftdi.h b/src/ftdi.h
index 07fcd71..42f4cc1 100644
--- a/src/ftdi.h
+++ b/src/ftdi.h
@@ -360,7 +360,7 @@ enum ftdi_cbus_func  /* FIXME: Recheck value, especially 
the last */
 enum ftdi_cbush_func  /* FIXME: Recheck value, especially the last */
 {
     CBUSH_TRISTATE = 0, CBUSH_RXLED = 1, CBUSH_TXLED = 2, CBUSH_TXRXLED = 3, 
CBUSH_PWREN = 4,
-    CBUSH_SLEEP = 5, CBUSH_DRIVE_0 = 6, CBUSG_DRIVE1 = 7, CBUSH_IOMODE = 8, 
CBUSH_TXDEN =  9,
+    CBUSH_SLEEP = 5, CBUSH_DRIVE_0 = 6, CBUSH_DRIVE1 = 7, CBUSH_IOMODE = 8, 
CBUSH_TXDEN =  9,
     CBUSH_CLK30 = 10, CBUSH_CLK15 = 11, CBUSH_CLK7_5 = 12, CBUSH_BAT_DETECT = 
13,
     CBUSH_BAT_DETECT_NEG = 14, CBUSH_I2C_TXE = 15, CBUSH_I2C_RXF = 16, 
CBUSH_VBUS_SENSE = 17,
     CBUSH_BB_WR = 18, CBUSH_BB_RD = 19, CBUSH_TIME_STAMP = 20, CBUSH_AWAKE = 
21,


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 libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.2-3-gde3da32, libftdi-git <=