mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Remove all debugging printouts to stdout
This commit is contained in:
@@ -58,7 +58,7 @@ bool FTDI::GetDeviceForHandle(neodevice_handle_t handle, FTDIDevice& device) {
|
||||
return false;
|
||||
}
|
||||
|
||||
FTDI::FTDI(neodevice_t& forDevice) : device(forDevice) {
|
||||
FTDI::FTDI(device_errorhandler_t err, neodevice_t& forDevice) : device(forDevice), err(err) {
|
||||
openable = GetDeviceForHandle(forDevice.handle, ftdiDevice);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user