libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v0.17-343-g94053d9

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 23 Aug 2012 11:11:35 +0200 (CEST)
The branch, master has been updated
       via  94053d914a22401610407221e9977a9deaf9788c (commit)
      from  1f38932a151adc247afa50708c8e5a8c65afda63 (commit)


- Log -----------------------------------------------------------------
commit 94053d914a22401610407221e9977a9deaf9788c
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Thu Aug 23 11:10:57 2012 +0200

    Remove ftdi_async_complete() left over from libftdi 0.x

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

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

diff --git a/src/ftdi.h b/src/ftdi.h
index 38b0668..27cf486 100644
--- a/src/ftdi.h
+++ b/src/ftdi.h
@@ -477,7 +477,6 @@ extern "C"
     int ftdi_readstream(struct ftdi_context *ftdi, FTDIStreamCallback 
*callback,
                         void *userdata, int packetsPerTransfer, int 
numTransfers);
     struct ftdi_transfer_control *ftdi_write_data_submit(struct ftdi_context 
*ftdi, unsigned char *buf, int size);
-    void ftdi_async_complete(struct ftdi_context *ftdi, int wait_for_more);
 
     struct ftdi_transfer_control *ftdi_read_data_submit(struct ftdi_context 
*ftdi, unsigned char *buf, int size);
     int ftdi_transfer_data_done(struct ftdi_transfer_control *tc);


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. v0.17-343-g94053d9, libftdi-git <=