libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v0.18-5-g03db8c3

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 14 Jul 2010 10:53:39 +0200 (CEST)
The branch, master has been updated
       via  03db8c311da7ec46f9143fbfaba7240b42e5968e (commit)
      from  8c83d9c685361f588bf437f51a2b21f9803f377c (commit)


- Log -----------------------------------------------------------------
commit 03db8c311da7ec46f9143fbfaba7240b42e5968e
Author: Flynn Marquardt <ftdi@xxxxxxxxxx>
Date:   Wed Jul 14 09:53:17 2010 +0200

    Python wrapper: Fix argument type of ftdi_read_chipid

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

Summary of changes:
 bindings/ftdi.i |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/bindings/ftdi.i b/bindings/ftdi.i
index 9af6057..1fc2a59 100644
--- a/bindings/ftdi.i
+++ b/bindings/ftdi.i
@@ -2,6 +2,8 @@
 %module ftdi
 %include "typemaps.i"
 %include "cpointer.i"
+%pointer_functions(unsigned int, uintp);
+
 %typemap(in) unsigned char* = char*;
 %ignore ftdi_write_data_async;
 %ignore ftdi_async_complete;


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.18-5-g03db8c3, libftdi-git <=