mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Remove vestigial part of FTDI POSIX driver
This commit is contained in:
@@ -95,8 +95,6 @@ bool FTDI::close() {
|
|||||||
if(writeThread.joinable())
|
if(writeThread.joinable())
|
||||||
writeThread.join();
|
writeThread.join();
|
||||||
|
|
||||||
ftdiDevice.set_dtr(false);
|
|
||||||
|
|
||||||
if(ftdiDevice.close())
|
if(ftdiDevice.close())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user