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
|