The branch, master has been updated
       via  59d4cb318efe151e8c5c7fe451b84e381799ba17 (commit)
      from  10a669f4bf48c0572f56437b0f3e517a2ff33fea (commit)


- Log -----------------------------------------------------------------
commit 59d4cb318efe151e8c5c7fe451b84e381799ba17
Author: Chris Zeh <[email protected]>
Date:   Mon May 2 19:19:42 2011 +0200

    Fix ftdi_read_pins in python bindings

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

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

diff --git a/AUTHORS b/AUTHORS
index 9119f45..a0b2231 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -11,6 +11,7 @@ see Changelog for full details:
   Andrew John Rogers <[email protected]>
   Arnim Läuger <[email protected]>
   Aurelien Jarno <[email protected]>
+  Chris Zeh <[email protected]>
   Clifford Wolf <[email protected]>
   Daniel Kirkham <[email protected]>
   David Challis <[email protected]>
diff --git a/bindings/ftdi.i b/bindings/ftdi.i
index 1fc2a59..ce1149c 100644
--- a/bindings/ftdi.i
+++ b/bindings/ftdi.i
@@ -3,6 +3,8 @@
 %include "typemaps.i"
 %include "cpointer.i"
 %pointer_functions(unsigned int, uintp);
+%pointer_functions(unsigned char *, ucharp);
+%pointer_functions(char *, charp);
 
 %typemap(in) unsigned char* = char*;
 %ignore ftdi_write_data_async;


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 [email protected]   

Reply via email to