ftdipp_mpsse: change verbose level

This commit is contained in:
Gwenhael Goavec-Merou 2022-03-27 07:13:40 +02:00
parent f8da6717ce
commit 65c1d2ff0e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ using namespace std;
FTDIpp_MPSSE::FTDIpp_MPSSE(const mpsse_bit_config &cable, const string &dev,
const std::string &serial, uint32_t clkHZ, int8_t verbose):
_verbose(verbose > 1), _cable(cable), _vid(0),
_verbose(verbose > 2), _cable(cable), _vid(0),
_pid(0), _bus(-1), _addr(-1),
_interface(cable.interface),
_clkHZ(clkHZ), _buffer_size(2*32768), _num(0)