Hi,

I just have a cleanup patch here:

diff --git a/python/ftdi1.i b/python/ftdi1.i
index 8b179f9..db54867 100644
--- a/python/ftdi1.i
+++ b/python/ftdi1.i
@@ -43,6 +43,10 @@ char * str2charp_size(PyObject* pyObj, int * size)

 %rename("%(strip:[ftdi_])s") "";

+%ignore ftdi_usb_purge_rx_buffer;
+%ignore ftdi_usb_purge_tx_buffer;
+%ignore ftdi_usb_purge_buffers;
+
 %newobject ftdi_new;
 %typemap(newfree) struct ftdi_context *ftdi "ftdi_free($1);";
 %delobject ftdi_free;

xan.
________________________________
From: Thomas Jarosch <thomas.jaro...@intra2net.com>
Sent: Tuesday, October 1, 2019 2:20 PM
To: libftdi@developer.intra2net.com <libftdi@developer.intra2net.com>
Subject: Outstanding patches for v1.5?

Hello together,

are there any outstanding patches for libftdi I missed
to review / apply for the next libftdi 1.5 release?

Cheers,
Thomas

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscr...@developer.intra2net.com



--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscr...@developer.intra2net.com   

Reply via email to