Remove vestigial part of FTDI POSIX driver

pull/4/head
Paul Hollinsky 2018-10-30 12:59:28 -04:00
parent 4f91d0775f
commit ef3c93258c
1 changed files with 0 additions and 2 deletions

View File

@ -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;