all jtag interface: don't convert verbosity level to bool

This commit is contained in:
Gwenhael Goavec-Merou
2021-11-11 17:42:51 +01:00
parent 8df01663ff
commit 952084cd1d
17 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ enum analogicCableFreq {
ANLOGICCABLE_FREQ_90K = 0xff
};
AnlogicCable::AnlogicCable(uint32_t clkHZ, bool verbose):
AnlogicCable::AnlogicCable(uint32_t clkHZ, uint8_t verbose):
_verbose(verbose),
dev_handle(NULL), usb_ctx(NULL), _tdi(0), _tms(0)
{