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())
|
||||
writeThread.join();
|
||||
|
||||
ftdiDevice.set_dtr(false);
|
||||
|
||||
if(ftdiDevice.close())
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user